We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c1d8 commit 7ef3f98Copy full SHA for 7ef3f98
.github/workflows/python-package.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
python -m pip install build wheel setuptools
30
# 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
+ python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
32
- name: Build and install package
33
run: |
34
output=$(python -m build --wheel)
0 commit comments