Skip to content

Commit 55137bd

Browse files
Add action to install MPI
1 parent 35fd23c commit 55137bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ jobs:
152152
python -c "import pip; print(f'pip {pip.__version__}')"
153153
python -c "import setuptools; print(f'setuptools {setuptools.__version__}')"
154154
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"
155160
- name: Run tests
156161
if: "! matrix.use_remote_data"
157162
run: tox -e ${{ matrix.tox_env }}

0 commit comments

Comments
 (0)