We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e286cfc commit fbb4418Copy full SHA for fbb4418
1 file changed
.github/workflows/ci.yml
@@ -62,6 +62,6 @@ jobs:
62
CIBW_TEST_COMMAND: |
63
pip uninstall --yes mpi4py
64
python -c "import pyoperators; print('✓ pyoperators works')"
65
- pytest {project}/tests/test_mpi_comms.py --cov=pyoperators
+ pytest {project}/tests --cov=pyoperators
66
pip install mpi4py openmpi
67
mpirun -np 2 --allow-run-as-root pytest {project}/tests/test_mpi_comms.py
0 commit comments