We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1e124 commit eb460e4Copy full SHA for eb460e4
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
pip install --editable=.[test,develop]
55
56
- name: Check code style
57
- if: matrix.python-version != '3.6'
+ if: matrix.python-version != '3.6' && matrix.python-version != '3.7'
58
run: |
59
poe lint
60
0 commit comments