actually check types with mypy again

This commit is contained in:
Jeff Epler 2025-05-21 16:42:34 +02:00
parent 5afa43e2c4
commit 1bf978445e

View file

@ -55,6 +55,10 @@ jobs:
python -mpip install wheel python -mpip install wheel
python -mpip install -r requirements-dev.txt python -mpip install -r requirements-dev.txt
- name: Check stubs
if: (! startsWith(matrix.python-version, 'pypy-'))
run: make mypy PYTHON=python
test: test:
strategy: strategy: