Skip to content

Commit 3291ee8

Browse files
authored
ci: re-add mpi4py action. (#49)
Some time after removing the mpi4py/setup-mpi action, we started to see a lot of hard to explain sporadic failures of MPI tests. This reverts commit 944bc66.
1 parent 251828e commit 3291ee8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
with:
7070
submodules: true
7171

72+
- name: "Setup MPI"
73+
uses: mpi4py/setup-mpi@v1
74+
with:
75+
mpi: openmpi
76+
7277
- name: "Install libraries"
7378
run: |
7479
sudo apt-get -qq update

0 commit comments

Comments
 (0)