Skip to content

Commit 48a99cd

Browse files
committed
fixgot
1 parent 5aeaaad commit 48a99cd

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
@@ -28,7 +28,7 @@ jobs:
2828
- shell: bash -l {0}
2929
name: Install dependencies
3030
run: |
31-
conda install numpy pandas pytorch cpuonly -c pytorch
31+
conda install -y -c pytorch pytorch=2.4.* cpuonly numpy pandas
3232
conda install -c defaults mkl=2024.0.*
3333
conda install -c conda-forge mpi4py openmpi=5.*
3434
pip install .[test]

0 commit comments

Comments
 (0)