Skip to content

Commit c53bb49

Browse files
Hardcode python3.8 for static analysis tests in github actions
1 parent 8f0a5d6 commit c53bb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- uses: actions/setup-python@v1
3636
with:
37-
python-version: 3.x
37+
python-version: 3.8
3838
- run: |
3939
python -m pip install --upgrade pip
4040
pip install --upgrade -r ci-requirements.txt

0 commit comments

Comments
 (0)