We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35117e7 + 44e0f49 commit 2d0db59Copy full SHA for 2d0db59
2 files changed
.github/workflows/unix-openmpi.yml
@@ -28,7 +28,8 @@ jobs:
28
- shell: bash -l {0}
29
name: Install dependencies
30
run: |
31
- conda install numpy pandas pytorch cpuonly -c pytorch
+ conda install -c conda-forge pytorch-cpu
32
+ conda install -c pytorch numpy pandas
33
conda install -c conda-forge mpi4py openmpi=5.*
34
pip install .[test]
35
pip install git+https://github.com/campa-consortium/gest-api.git
.github/workflows/unix.yml
conda install -c conda-forge mpi4py mpich
0 commit comments