Skip to content

Commit 7292274

Browse files
committed
Exclude python 3.5, because you can't install Black for it
1 parent 2aa48f9 commit 7292274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
pip install pytest-cov
3030
3131
- name: Run Black check for formatting
32+
if: ${{ matrix.python-version != '3.5' }}
3233
run: |
3334
black --check .
3435

0 commit comments

Comments
 (0)