Skip to content

Commit 7c980a8

Browse files
committed
Removed pin on pyright version
1 parent ef85336 commit 7c980a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: ~/.cache/pip
2525
key: pip-pyright
2626
- name: Install dependencies
27-
run: pip install -e . pyright==1.1.400 mypy
27+
run: pip install -e . pyright mypy
2828
- name: Run pyright --verifytypes
2929
run: pyright --verifytypes exceptiongroup --verbose
3030
- name: Run pyright type test

0 commit comments

Comments
 (0)