Skip to content

Commit 080b3f4

Browse files
committed
Pinned pyright version to fix typeshed related failure
1 parent ac66090 commit 080b3f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ commands = [
104104
["pyright", "tests/check_types.py"],
105105
["mypy", "tests/check_types.py"],
106106
]
107-
deps = ["pyright", "mypy"]
107+
deps = ["pyright == 1.1.400", "mypy"]

0 commit comments

Comments
 (0)