Skip to content

Commit 24a78c8

Browse files
committed
fix mpi4py install in workflow
1 parent 85033a2 commit 24a78c8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/regression_test-python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Set up MPI
2828
uses: mpi4py/setup-mpi@v1
2929

30+
- name: Install mpi4py against this MPI
31+
run: |
32+
pip install --upgrade pip
33+
pip install --no-binary=mpi4py mpi4py
34+
3035
- name: Install MC/DC
3136
run: |
3237
pip install --upgrade pip

0 commit comments

Comments
 (0)