Skip to content

Commit

Permalink
πŸ’š CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajiih committed Nov 26, 2024
1 parent 704d859 commit d22e812
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
source .venv\\Scripts\\activate
echo PATH=$PATH >> $GITHUB_ENV
pip install pipx # Problems with ruff action otherwise
# pipx ensurepath
uv pip install pipx # Problems with ruff action without this
pipx ensurepath
else
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: βœ… Verify public API types with BasedPyright
run: |
# pip install .
uv pip install .
basedpyright --verifytypes nested_dict_tools
continue-on-error: true

Expand Down

0 comments on commit d22e812

Please sign in to comment.