Skip to content

Commit 7ef3f98

Browse files
committed
Install the cpu version of torchvision in the CI
1 parent 2a0c1d8 commit 7ef3f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
python -m pip install build wheel setuptools
3030
# Install CPU version of torch, as the GPU is not available in the CI
31-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
31+
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
3232
- name: Build and install package
3333
run: |
3434
output=$(python -m build --wheel)

0 commit comments

Comments
 (0)