Skip to content

Commit

Permalink
using python 3.x for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Oct 29, 2024
1 parent dec584d commit 68cfb88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Python 3.12
- name: Set up Python 3.x
uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: "3.x"

- name: Install MPI
uses: mpi4py/setup-mpi@v1
Expand Down

0 comments on commit 68cfb88

Please sign in to comment.