Skip to content

Commit db96476

Browse files
Only linting on pytohn version 3.9
1 parent 1d8ce57 commit db96476

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

2323
- name: Lint
2424
run: make lint
25+
if: ${{ matrix.python-version }} == '3.9'
2526

2627
- name: Tests
2728
run: make test

0 commit comments

Comments
 (0)