Skip to content

Commit 9eceb60

Browse files
committed
Adjust workflow
1 parent 5503bbc commit 9eceb60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: Python Unit tests
4545
run: |
4646
cd nbodykit
47-
mpirun -n 1 python -m pytest --with-mpi
48-
mpirun -n 2 python -m pytest --with-mpi
47+
python -m pytest --with-mpi
4948
mpirun -n 4 --oversubscribe python -m pytest --with-mpi
5049
cd ../
5150
- name: Store the distribution packages

0 commit comments

Comments
 (0)