Skip to content

Commit 2bebe28

Browse files
committed
workflows: Add mpiexec -n 1 to serial tests
1 parent 81e0a84 commit 2bebe28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest-petsc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Test with pytest - serial
7676
run: |
77-
${{ env.RUN_CMD }} pytest -m "not parallel" --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
77+
${{ env.RUN_CMD }} mpiexec -n 1 pytest -m "not parallel" --cov --cov-config=.coveragerc --cov-report=xml ${{ env.TESTS }}
7878
7979
- name: Test with pytest - parallel
8080
run: |

0 commit comments

Comments
 (0)