There was an error while loading. Please reload this page.
1 parent 488c43e commit 1d22015Copy full SHA for 1d22015
1 file changed
.github/workflows/tests.yml
@@ -33,6 +33,7 @@ jobs:
33
run: pip install -r requirements-dev.lock
34
35
- name: Check types with Python ${{ matrix.python }} on ${{ matrix.os }}
36
+ if: matrix.python != 'pypy3.11'
37
run: |
38
mypy --strict src
39
mypy src tests
0 commit comments