Skip to content

Commit f61f383

Browse files
committed
less output now that mpi tests are passing
1 parent 2d9e17c commit f61f383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Run mpi tests
9292
if: ${{ matrix.mpi }}
9393
run: |
94-
pytest -vsx --color=yes --cov=ipyparallel ipyparallel/tests/test_cluster.py
94+
pytest -vx --color=yes --cov=ipyparallel ipyparallel/tests/test_cluster.py
9595
9696
- name: Run tests
9797
if: ${{ ! matrix.mpi }}

0 commit comments

Comments
 (0)