Skip to content

Commit

Permalink
Install types
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Mar 17, 2022
1 parent f224c37 commit 5c0c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
- name: Install mypy
run: pip install mypy
- name: Run mypy
run: mypy @mypy_typed_modules.txt
run: mypy --install-types @mypy_typed_modules.txt

0 comments on commit 5c0c8b9

Please sign in to comment.