Skip to content

Commit

Permalink
added types-setuptools to test install
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Aug 18, 2021
1 parent 4446792 commit 5096949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Run Tox
run: tox
- name: Run Mypy
run: mypy --install-types
run: mypy
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ test =
pytest-cases
tox
mypy
types-setuptools

[options.entry_points]

Expand Down

0 comments on commit 5096949

Please sign in to comment.