Skip to content

Commit 1febb83

Browse files
authored
Update build.sh
reordered some installation commands.
1 parent f96a035 commit 1febb83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
1616
pip install -r $DIR/../requirements.txt
1717

18+
export PATH=/opt/conda/bin:$PATH
19+
pip install sphinx==1.8.2 pandas
20+
1821
# For Tensorboard. Until 1.14 moves to the release channel.
1922
pip install tb-nightly
2023

@@ -23,9 +26,6 @@ pip uninstall torchvision -y
2326
pip uninstall torch -y
2427
pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
2528

26-
export PATH=/opt/conda/bin:$PATH
27-
pip install sphinx==1.8.2 pandas
28-
2929
# install awscli
3030
# pip uninstall awscli
3131
# pip install awscli==1.16.35

0 commit comments

Comments
 (0)