Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent 05ae00e commit e530453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
- name: 📥 Install the project
run: |
uv sync --all-extras --dev
uv pip install -e .
# uv pip install -e .
- name: 🏞️ Activate virtual environment
run: |
ORIGINAL_PATH=$PATH
if [ "$RUNNER_OS" == "Windows" ]; then
source .venv\\Scripts\\activate
echo PATH=$PATH >> $GITHUB_ENV
Expand Down Expand Up @@ -121,7 +120,7 @@ jobs:
run: basedpyright --stats
continue-on-error: true
- name: ✅ Verify public API types with BasedPyright
run: basedpyright --verifytypes nested_dict_tools
run: basedpyright --verifytypes nested_dict_tools ./src/nested_dict_tools
continue-on-error: true

- name: 🏗️ Build
Expand Down

0 comments on commit e530453

Please sign in to comment.