Skip to content

Commit

Permalink
tests: Run Static Analysis with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony committed Oct 30, 2023
1 parent 063c9b3 commit 4f17e8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_static-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow runs static analysis checks on pull requests.
# This workflow runs static analysis checks on pull requests.l
name: static analysis

on:
Expand Down Expand Up @@ -29,7 +29,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
python-version: 3.11
# Python 3.12 has pip issues, use 3.11
- run: |
python -m pip install --upgrade pip
pip install --upgrade -r ci-requirements.txt
Expand Down

0 comments on commit 4f17e8c

Please sign in to comment.