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 8f5c51d commit 69d3867Copy full SHA for 69d3867
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
os: [ubuntu-latest, macos-latest]
17
python-version: ['3.10', '3.11', '3.12', '3.13']
18
mpi: ['mpich', 'openmpi', 'intelmpi']
19
- rank: ['2', '3', '4']
+ rank: ['2', '4', '9']
20
exclude:
21
- os: macos-latest
22
mpi: 'intelmpi'
@@ -47,5 +47,5 @@ jobs:
47
echo "Starting MPI test"
48
mpiexec --oversubscribe -n 9 hostname
49
echo "MPI test completed"
50
- - name: Testing using pytest-mpi
51
- run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
+# - name: Testing using pytest-mpi
+# run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi
0 commit comments