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 5bf6d59 commit d819c50Copy full SHA for d819c50
.github/workflows/unix-openmpi.yml
@@ -29,7 +29,7 @@ jobs:
29
name: Install dependencies
30
run: |
31
conda install numpy pandas pytorch cpuonly -c pytorch
32
- conda install -c conda-forge mpi4py openmpi
+ conda install -c conda-forge mpi4py openmpi=5.*
33
pip install .[test]
34
- shell: bash -l {0}
35
name: Run unit tests with openMPI
0 commit comments