Skip to content

Commit

Permalink
Updating python version in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 10, 2024
1 parent f8cfa81 commit dafaf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.9"]
python-version: ["3.10"]
mpi: ["openmpi", "mpich"]
defaults:
run:
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu"]
python-version: ["3.9"]
python-version: ["3.10"]
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit dafaf21

Please sign in to comment.