We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d9eb7 commit d54dd4aCopy full SHA for d54dd4a
.github/workflows/python-package.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Type checking with mypy
42
run: |
43
source env/bin/activate
44
- python -m pip install mypy types-setuptools
+ python -m pip install mypy types-setuptools types-numpy types-Pillow types-click
45
python -m mypy --install-types --non-interactive
46
- name: Test with pytest
47
0 commit comments