We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5503bbc commit 9eceb60Copy full SHA for 9eceb60
.github/workflows/main.yaml
@@ -44,8 +44,7 @@ jobs:
44
- name: Python Unit tests
45
run: |
46
cd nbodykit
47
- mpirun -n 1 python -m pytest --with-mpi
48
- mpirun -n 2 python -m pytest --with-mpi
+ python -m pytest --with-mpi
49
mpirun -n 4 --oversubscribe python -m pytest --with-mpi
50
cd ../
51
- name: Store the distribution packages
0 commit comments