Skip to content

Commit

Permalink
Fix to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Feb 6, 2024
1 parent b04d926 commit b226cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Step Python
uses: actions/[email protected]
with:
python-version: '3.11.7'
python-version: '3.8.12'
- name: Install OpenMPI for gt4py
run: |
sudo apt-get install libopenmpi-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pytest -x tests
- name: Run parallel-cpu tests
run: |
mpirun -np 6 pytest -x tests/mpi
mpirun -np --oversubscribe 6 pytest -x tests/mpi

0 comments on commit b226cb6

Please sign in to comment.