Skip to content

Commit a156de9

Browse files
committed
Adjust tests so we don't try the benchmarking
1 parent 7383a02 commit a156de9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
python setup.py build_ext --inplace
4444
- name: Python Unit tests
4545
run: |
46-
python -m pytest --with-mpi
46+
cd nbodykit
47+
mpirun -n 1 python -m pytest --with-mpi
4748
mpirun -n 2 python -m pytest --with-mpi
4849
mpirun -n 4 --oversubscribe python -m pytest --with-mpi
50+
cd ../
4951
- name: Store the distribution packages
5052
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' #Only do this once!
5153
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)