Skip to content

Commit 5a6520d

Browse files
committed
Added torchvision and torchaudio...
1 parent 2572e60 commit 5a6520d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild-and-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install setuptools wheel twine
3030
pip install build
3131
pip install sphinx
32-
pip install torch --index-url https://download.pytorch.org/whl/cpu
32+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3333
3434
- name: Install package in editable mode
3535
run: |

0 commit comments

Comments
 (0)