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 f86a352 commit 2127a90Copy full SHA for 2127a90
.github/workflows/build.yml
@@ -43,4 +43,4 @@ jobs:
43
- name: Install pylops-mpi
44
run: pip install .
45
- name: Testing using pytest-mpi
46
- run: mpiexec -n ${{ matrix.rank }} pytest tests/test_solver.py --with-mpi
+ run: mpiexec -n ${{ matrix.rank }} pytest tests/ --with-mpi -v -x
0 commit comments