Skip to content

Commit d54dd4a

Browse files
committed
Try explicitly installing type stubs
1 parent 10d9eb7 commit d54dd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Type checking with mypy
4242
run: |
4343
source env/bin/activate
44-
python -m pip install mypy types-setuptools
44+
python -m pip install mypy types-setuptools types-numpy types-Pillow types-click
4545
python -m mypy --install-types --non-interactive
4646
- name: Test with pytest
4747
run: |

0 commit comments

Comments
 (0)