Skip to content

Commit

Permalink
Fixing python version to 3.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Jun 21, 2024
1 parent afb4ab0 commit 6aa7797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Step Python 3.8.12
uses: actions/[email protected]
with:
python-version: '3.8.12'
python-version: '3.11.7'
- name: Install OpenMPI for gt4py
run: |
sudo apt-get install libopenmpi-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8.12, 3.11.7]
python: [3.11.7]
steps:
- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 6aa7797

Please sign in to comment.