Skip to content

Commit 69d3867

Browse files
committed
Add 9 as np
1 parent 8f5c51d commit 69d3867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macos-latest]
1717
python-version: ['3.10', '3.11', '3.12', '3.13']
1818
mpi: ['mpich', 'openmpi', 'intelmpi']
19-
rank: ['2', '3', '4']
19+
rank: ['2', '4', '9']
2020
exclude:
2121
- os: macos-latest
2222
mpi: 'intelmpi'
@@ -47,5 +47,5 @@ jobs:
4747
echo "Starting MPI test"
4848
mpiexec --oversubscribe -n 9 hostname
4949
echo "MPI test completed"
50-
- name: Testing using pytest-mpi
51-
run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
50+
# - name: Testing using pytest-mpi
51+
# run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi

0 commit comments

Comments
 (0)