Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1bf9784

Browse files
committed
actually check types with mypy again
1 parent 5afa43e commit 1bf9784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
python -mpip install wheel
5656
python -mpip install -r requirements-dev.txt
5757
58+
- name: Check stubs
59+
if: (! startsWith(matrix.python-version, 'pypy-'))
60+
run: make mypy PYTHON=python
61+
5862

5963
test:
6064
strategy:

0 commit comments

Comments
 (0)