Skip to content

Commit 5a610de

Browse files
author
Will Feng
committed
try to fix
1 parent 013548a commit 5a610de

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
@@ -28,7 +28,7 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
2828
pip uninstall -y torchvision || true
2929
pip uninstall -y torchvision || true
3030
# GPU, requires CUDA version 10.0
31-
conda install -c pytorch torchvision --no-deps
31+
conda install -y -c pytorch torchvision --no-deps
3232

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

0 commit comments

Comments
 (0)