Skip to content

Commit ed72ace

Browse files
author
Seth Weidman
committed
Remove temporary 1.3 build
1 parent 51fbe32 commit ed72ace

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
3434

3535
aws configure set default.s3.multipart_threshold 5120MB
3636

37-
# install nightly PyTorch 1.3
38-
# TODO: remove after 1.3 release
39-
pip install torch==1.3.0 -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
40-
4137
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
4238
export NUM_WORKERS=20
4339
if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then

0 commit comments

Comments
 (0)