Skip to content

Commit c48f859

Browse files
committed
CI: Don't invoke linters on Python 3.9
pyproject-fmt 2.8.0 fails on Python 3.9. thread '<unnamed>' panicked at common/src/create.rs:22:5:
1 parent cc9b283 commit c48f859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
npm install
7272
7373
- name: Check code style
74+
if: ${{ matrix.python-version != '3.9' }}
7475
run: |
7576
poe lint
7677

0 commit comments

Comments
 (0)