Skip to content

Commit 4d94224

Browse files
committed
install torch via pip in workflow
1 parent eedc930 commit 4d94224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install PyTorch
8686
if: ${{ matrix.backend == 'torch' }}
8787
run: |
88-
conda install pytorch torchvision torchaudio cpuonly -c pytorch
88+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
8989
9090
- name: Show Environment Info
9191
run: |

0 commit comments

Comments
 (0)