We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4655fbd commit f799d55Copy full SHA for f799d55
1 file changed
.github/workflows/main.yaml
@@ -47,6 +47,7 @@ jobs:
47
python -m pytest --with-mpi
48
- name: MPI Unit tests
49
run: |
50
+ cd nbodykit
51
mpirun -n 4 --oversubscribe 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!
0 commit comments