actually check types with mypy again
This commit is contained in:
parent
5afa43e2c4
commit
1bf978445e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -55,6 +55,10 @@ jobs:
|
|||
python -mpip install wheel
|
||||
python -mpip install -r requirements-dev.txt
|
||||
|
||||
- name: Check stubs
|
||||
if: (! startsWith(matrix.python-version, 'pypy-'))
|
||||
run: make mypy PYTHON=python
|
||||
|
||||
|
||||
test:
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue