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