Skip to content

Commit bf1b8fa

Browse files
committed
Add types-setuptools dependency to CI for mypy
1 parent 7702b0b commit bf1b8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python doctests.py
4646
- name: Run static type checker
4747
run: |
48-
python -m pip install mypy
48+
python -m pip install mypy types-setuptools
4949
python run_mypy.py
5050
- name: Check imports are sorted
5151
run: |

0 commit comments

Comments
 (0)