Skip to content

Commit 40e8878

Browse files
remove skip of mypy on py36
1 parent 3c6e373 commit 40e8878

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
pip freeze
113113
114114
- name: Check types
115-
if: ${{ matrix.python-version != '3.6' }}
116115
run: mypy jupyter_client --exclude '\/tests|kernelspecapp|ioloop|runapp' --install-types --non-interactive
117116

118117
- name: Run the tests

0 commit comments

Comments
 (0)