Skip to content

Commit ece7324

Browse files
committed
Minor test by adding --host
1 parent c496bed commit ece7324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Testing using pytest-mpi
4646
run: |
4747
if [ "${{ matrix.mpi }}" = "openmpi" ]; then
48-
mpiexec --oversubscribe -n ${{ matrix.rank }} pytest tests/ --with-mpi
48+
mpiexec --oversubscribe -n ${{ matrix.rank }} --host localhost:${{ matrix.rank }} pytest tests/ --with-mpi
4949
else
5050
mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
5151
fi

0 commit comments

Comments
 (0)