Skip to content

Commit 2d0db59

Browse files
committed
Merge branch 'ci_pytorch_fix' into vocs
2 parents 35117e7 + 44e0f49 commit 2d0db59

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/unix-openmpi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install -c conda-forge pytorch-cpu
32+
conda install -c pytorch numpy pandas
3233
conda install -c conda-forge mpi4py openmpi=5.*
3334
pip install .[test]
3435
pip install git+https://github.com/campa-consortium/gest-api.git

.github/workflows/unix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install -c conda-forge pytorch-cpu
32+
conda install -c pytorch numpy pandas
3233
conda install -c conda-forge mpi4py mpich
3334
pip install .[test]
3435
pip install git+https://github.com/campa-consortium/gest-api.git

0 commit comments

Comments
 (0)