Skip to content

Commit

Permalink
Update Python version in Build and run static analysis workflow Fixes r…
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelJNunez authored Nov 20, 2023
1 parent fe09cf3 commit 49cd8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
if: ${{ github.event_name == 'push' }}

# Setup Python. If you need another version, just change it below.
- name: Setup Python 3.7
- name: Setup Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.11

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
Expand Down

0 comments on commit 49cd8f9

Please sign in to comment.