Skip to content

Commit adfa446

Browse files
committed
Enable code analysis only in a specific python version
1 parent 3048902 commit adfa446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
fail_ci_if_error: true
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
- name: Run static analyses
41+
if: ${{ matrix.python-version == '3.11' }}
4142
run: |
4243
make qa
4344

0 commit comments

Comments
 (0)