Skip to content

Commit

Permalink
updating test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Sep 18, 2024
1 parent f144305 commit fa4f9e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
submodules: recursive

- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12

- name: Install MPI
run: |
Expand All @@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov pytest-mock
pip install coverage
pip install coveralls
pip install -r requirements.txt
Expand Down

0 comments on commit fa4f9e7

Please sign in to comment.