Skip to content

Commit 147dbe7

Browse files
committed
skip running pre-commit for python 3.8 since shed no longer supports it
1 parent f7a4365 commit 147dbe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: pip install .[test]
2323

2424
- name: Run Pre-commit
25+
if: ${{ matrix.python-version != '3.8' }}
2526
run: pre-commit run --all-files --show-diff-on-failure
2627

2728
- name: Run pytest

0 commit comments

Comments
 (0)