Skip to content

Commit

Permalink
✏️ CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent b5e6ae0 commit d6ebb88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ jobs:
restore-keys: ${{ runner.os }}-pip-

- name: 📥 Install the project
run: |
uv pip install -U invoke wheel
uv sync --all-extras --dev
run: uv sync --all-extras --dev

- name: 🏞️ Activate virtual environment
run: |
Expand Down Expand Up @@ -116,8 +114,9 @@ jobs:

- name: ✅ Verify public API types with BasedPyright
run: |
pip uninstall .
pip install .
basedpyright --verifytypes nest_dict_tools
basedpyright --verifytypes nested_dict_tools
continue-on-error: true

- name: 🏗️ Build
Expand Down

0 comments on commit d6ebb88

Please sign in to comment.