Skip to content

Commit

Permalink
Updating github workflow python to 3.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalatino committed Apr 24, 2024
1 parent 139df21 commit 67abb1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/[email protected]
with:
submodules: 'recursive'
- name: Step Python 3.8.12
- name: Step Python 3.11.9
uses: actions/[email protected]
with:
python-version: '3.8.12'
python-version: '3.11.9'
- name: Install OpenMPI for gt4py
run: |
sudo apt-get install libopenmpi-dev
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/[email protected]
with:
submodules: 'recursive'
- name: Step Python 3.8.12
- name: Step Python 3.11.9
uses: actions/[email protected]
with:
python-version: '3.8.12'
python-version: '3.11.9'
- name: Install OpenMPI & Boost for gt4py
run: |
sudo apt-get install libopenmpi-dev libboost1.74-dev
Expand Down

0 comments on commit 67abb1c

Please sign in to comment.