Skip to content

Commit 44e0f49

Browse files
committed
Same order
1 parent 6b47e0a commit 44e0f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unix.yml

Lines changed: 1 addition & 1 deletion
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 numpy pandas -c pytorch
3231
conda install -c conda-forge pytorch-cpu
32+
conda install -c pytorch numpy pandas
3333
conda install -c conda-forge mpi4py mpich
3434
pip install .[test]
3535
- shell: bash -l {0}

0 commit comments

Comments
 (0)