Skip to content

Commit

Permalink
set python 3.11 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-canta committed Apr 15, 2024
1 parent b3b5af8 commit 534ef9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
name: Build and test the contribution
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Setup MPI
uses: mpi4py/setup-mpi@v1
with:
Expand Down

0 comments on commit 534ef9f

Please sign in to comment.