Skip to content

Commit 49c65a7

Browse files
author
Will Feng
committed
try to fix
1 parent ac0cc5b commit 49c65a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
2727
# Install torchvision from conda
2828
pip uninstall -y torchvision || true
2929
pip uninstall -y torchvision || true
30-
conda install -c pytorch torchvision
30+
conda install -c pytorch torchvision --no-deps
3131

3232
# Install torchaudio from source
3333
git clone https://github.com/pytorch/audio --quiet

0 commit comments

Comments
 (0)