We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7047166 commit 39ff76dCopy full SHA for 39ff76d
.github/workflows/python-package-conda.yml
@@ -23,7 +23,7 @@ jobs:
23
echo $CONDA/bin >> $GITHUB_PATH
24
- name: Install dependencies
25
run: |
26
- pip install mypy sourceinspect
+ pip install mypy sourceinspect typing-extensions pytest
27
- name: Run static typechecker
28
29
mypy .
0 commit comments