There was an error while loading. Please reload this page.
1 parent 7bd79d6 commit 410d05dCopy full SHA for 410d05d
1 file changed
.github/workflows/main.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: MPI Unit tests
49
run: |
50
cd nbodykit
51
- mpirun -n 4 --oversubscribe python -m pytest --with-mpi
+ mpirun -n 2 python -m pytest --with-mpi
52
- name: Store the distribution packages
53
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' #Only do this once!
54
uses: actions/upload-artifact@v4
0 commit comments