Skip to content

Commit d819c50

Browse files
committed
Prevent failing openmpi install
1 parent 5bf6d59 commit d819c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unix-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Install dependencies
3030
run: |
3131
conda install numpy pandas pytorch cpuonly -c pytorch
32-
conda install -c conda-forge mpi4py openmpi
32+
conda install -c conda-forge mpi4py openmpi=5.*
3333
pip install .[test]
3434
- shell: bash -l {0}
3535
name: Run unit tests with openMPI

0 commit comments

Comments
 (0)