Skip to content

Commit 071066a

Browse files
committed
Stop running mypy on pypy
because it doesn't work. we don't want the pypy CI to fail because mypy can't run inside of it.
1 parent fe817f4 commit 071066a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
poetry install --with=dev
2828
2929
- name: MyPy static code analysis
30+
if: ${{ !startsWith(matrix.python-version, 'pypy') }}
3031
run: |
3132
poetry run mypy --pretty ib_async
3233

0 commit comments

Comments
 (0)