Skip to content

Commit 1d22015

Browse files
committed
chore: ignore mypy on pypy
1 parent 488c43e commit 1d22015

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: pip install -r requirements-dev.lock
3434

3535
- name: Check types with Python ${{ matrix.python }} on ${{ matrix.os }}
36+
if: matrix.python != 'pypy3.11'
3637
run: |
3738
mypy --strict src
3839
mypy src tests

0 commit comments

Comments
 (0)