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 d54dd4a commit b32d4e6Copy full SHA for b32d4e6
.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 types-numpy types-Pillow types-click
+ python -m pip install mypy types-setuptools types-Pillow types-click
45
python -m mypy --install-types --non-interactive
46
- name: Test with pytest
47
0 commit comments