Skip to content

Commit

Permalink
Install types directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzvonkov committed Dec 22, 2023
1 parent a1e6113 commit 4513cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: python -m flake8 .
- name: mypy
run: |
python -m mypy --install-types
python -m mypy openmapflow
python -m mypy tests
python -m mypy buildings-example/*.py
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ black==22.8.0
isort
flake8
mypy
types-PyYAML
types-decorator
types-python-dateutil
types-requests
types-setuptools
torchserve

0 comments on commit 4513cbb

Please sign in to comment.