Skip to content

Commit 6e7c650

Browse files
committed
Exclude run for python 3.8
1 parent 5346799 commit 6e7c650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
# Static analysis tools
2929
- name: Static Code Analysis
30-
if: runner.os == 'Linux'
30+
if: runner.os == 'Linux' && matrix.python-version != '3.8'
3131
run: |
3232
pip install mypy==1.19.1 flake8==7.3.0
3333
python static_analysis.py

0 commit comments

Comments
 (0)