Skip to content

Commit

Permalink
Pinned the pyright version also in the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Dec 13, 2023
1 parent 13cf143 commit 3ea17f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: ~/.cache/pip
key: pip-pyright
- name: Install dependencies
run: pip install -e . pyright pytest
run: pip install -e . pyright==1.1.339 pytest
- name: Run pyright
run: pyright --verifytypes anyio

Expand Down

0 comments on commit 3ea17f9

Please sign in to comment.