Skip to content

Commit 6961c71

Browse files
authored
Update build.sh
Uninstall torchvision before reinstall.
1 parent 138ff4f commit 6961c71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export PATH=/opt/conda/bin:$PATH
1919
pip install sphinx==1.8.2 pandas
2020

2121
# Temp for testing.
22+
pip uninstall torchvision -y
2223
pip uninstall torch -y
2324
pip install numpy
2425
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html

0 commit comments

Comments
 (0)