Skip to content

Commit 1b7c311

Browse files
committed
avoid broken pyright version
1 parent d7dd039 commit 1b7c311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branchbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install testing dependencies
159159
run: |
160160
python -m pip install --upgrade pip
161-
pip install pytest hypothesis pandas mypy pyright pyinstaller[hook_testing]
161+
pip install pytest hypothesis pandas mypy pyright==1.1.400 pyinstaller[hook_testing]
162162
163163
- name: Test type stubs
164164
run: |

0 commit comments

Comments
 (0)