We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9b283 commit c48f859Copy full SHA for c48f859
1 file changed
.github/workflows/tests.yml
@@ -71,6 +71,7 @@ jobs:
71
npm install
72
73
- name: Check code style
74
+ if: ${{ matrix.python-version != '3.9' }}
75
run: |
76
poe lint
77
0 commit comments