Skip to content

Commit efb19df

Browse files
bollwyvlminrk
authored andcommitted
no mypy on pypy (part 1)
1 parent b08c968 commit efb19df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
pip freeze
115115
116116
- name: Check types
117+
if: matrix.python-version != 'pypy-3.7'
117118
run: mypy jupyter_client --exclude '\/tests|kernelspecapp|ioloop|runapp' --install-types --non-interactive
118119

119120
- name: Run the tests

0 commit comments

Comments
 (0)