We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfec9f commit e10c97fCopy full SHA for e10c97f
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Testing using pytest-mpi
46
run: |
47
if [ "${{ matrix.mpi }}" = "openmpi" ]; then
48
- mpiexec --oversubscribe --mca btl ^openib --bind-to none -n ${{ matrix.rank }} pytest tests/test_blockdiag.py --with-mpi -v -x
+ mpiexec --oversubscribe --mca btl ^openib --bind-to none -n ${{ matrix.rank }} pytest tests/ --with-mpi
49
else
50
- mpiexec -n ${{ matrix.rank }} pytest tests/test_blockdiag.py --with-mpi -v -x
+ mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
51
fi
0 commit comments