Skip to content

Commit 6b47e0a

Browse files
committed
fix both
1 parent 48a99cd commit 6b47e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unix-openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install -y -c pytorch pytorch=2.4.* cpuonly numpy pandas
32-
conda install -c defaults mkl=2024.0.*
31+
conda install -c conda-forge pytorch-cpu
32+
conda install -c pytorch numpy pandas
3333
conda install -c conda-forge mpi4py openmpi=5.*
3434
pip install .[test]
3535
- shell: bash -l {0}

0 commit comments

Comments
 (0)