Skip to content

Commit 7b0cdec

Browse files
committed
Fix PyTorch installation
1 parent 269ecb1 commit 7b0cdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_suite_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python -m pip install --upgrade pip
9797
python -m venv ftorch
9898
. ftorch/bin/activate
99-
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
99+
pip install torch torchvision
100100
101101
- name: Build FTorch
102102
run: |

0 commit comments

Comments
 (0)