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 7383a02 commit a156de9Copy full SHA for a156de9
.github/workflows/main.yaml
@@ -43,9 +43,11 @@ jobs:
43
python setup.py build_ext --inplace
44
- name: Python Unit tests
45
run: |
46
- python -m pytest --with-mpi
+ cd nbodykit
47
+ mpirun -n 1 python -m pytest --with-mpi
48
mpirun -n 2 python -m pytest --with-mpi
49
mpirun -n 4 --oversubscribe python -m pytest --with-mpi
50
+ cd ../
51
- name: Store the distribution packages
52
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' #Only do this once!
53
uses: actions/upload-artifact@v4
0 commit comments