Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Feb 6, 2024
1 parent b226cb6 commit f985664
Showing 1 changed file with 1 addition and 1 deletion.
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 --oversubscribe 6 pytest -x tests/mpi
mpirun -np 6 --oversubscribe pytest -x tests/mpi

0 comments on commit f985664

Please sign in to comment.