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 35fd23c commit 55137bdCopy full SHA for 55137bd
1 file changed
.github/workflows/ci_test.yml
@@ -152,6 +152,11 @@ jobs:
152
python -c "import pip; print(f'pip {pip.__version__}')"
153
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
154
python -c "import tox; print(f'tox {tox.__version__}')"
155
+ - name: Setup MPI
156
+ if: "contains(matrix.tox_env, 'alldeps')"
157
+ uses: mpi4py/setup-mpi@v1
158
+ with:
159
+ mpi: "openmpi"
160
- name: Run tests
161
if: "! matrix.use_remote_data"
162
run: tox -e ${{ matrix.tox_env }}
0 commit comments