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 b8b163f commit 3463d22Copy full SHA for 3463d22
1 file changed
.github/workflows/ci_test.yml
@@ -156,7 +156,7 @@ jobs:
156
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
157
python -c "import tox; print(f'tox {tox.__version__}')"
158
- name: Setup MPI
159
- if: "contains(matrix.tox_env, 'alldeps')"
+ if: "contains(matrix.tox_env, 'mpi')"
160
uses: mpi4py/setup-mpi@v1
161
with:
162
mpi: "openmpi"
0 commit comments