Skip to content

Commit 39ff76d

Browse files
committed
really fix?
1 parent 7047166 commit 39ff76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo $CONDA/bin >> $GITHUB_PATH
2424
- name: Install dependencies
2525
run: |
26-
pip install mypy sourceinspect
26+
pip install mypy sourceinspect typing-extensions pytest
2727
- name: Run static typechecker
2828
run: |
2929
mypy .

0 commit comments

Comments
 (0)