Skip to content

Commit

Permalink
Install missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed May 26, 2024
1 parent 97f9806 commit b9f8996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
passlib \
pytest \
pytest-cov \
python-dateutil
python-dateutil \
types-passlib \
types-python-dateutil
- name: Run mypy
run: |
mypy
Expand Down

0 comments on commit b9f8996

Please sign in to comment.