We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e0a84 commit 2bebe28Copy full SHA for 2bebe28
1 file changed
.github/workflows/pytest-petsc.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Test with pytest - serial
76
run: |
77
- ${{ env.RUN_CMD }} pytest -m "not parallel" --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
+ ${{ env.RUN_CMD }} mpiexec -n 1 pytest -m "not parallel" --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
78
79
- name: Test with pytest - parallel
80
0 commit comments