Skip to content

Commit f96a035

Browse files
authored
Update build.sh
1 parent 1f63f0f commit f96a035

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ pip uninstall torchvision -y
2323
pip uninstall torch -y
2424
pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
2525

26-
# Temp for testing.
27-
pip uninstall torchvision -y
28-
pip uninstall torch -y
29-
pip install numpy
30-
pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
31-
3226
export PATH=/opt/conda/bin:$PATH
3327
pip install sphinx==1.8.2 pandas
3428

0 commit comments

Comments
 (0)