Skip to content

Commit 1b51d18

Browse files
committed
Install types-setuptools for mypy
1 parent 33a3138 commit 1b51d18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ jobs:
5252
with:
5353
python-version: "3.12"
5454
- run: pip install mypy
55-
- run: mypy .
55+
- run: |
56+
pip install types-setuptools
57+
mypy .

0 commit comments

Comments
 (0)