Skip to content

Commit a6066cb

Browse files
authored
Update build.sh (pytorch#1396)
1 parent 4794be6 commit a6066cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export NUM_WORKERS=20
4747
if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
4848
# Step 1: Remove runnable code from tutorials that are not supposed to be run
4949
python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
50+
python $DIR/remove_runnable_code.py advanced_source/ddp_pipeline_tutorial.py advanced_source/ddp_pipeline_tutorial.py || true
51+
5052
# TODO: Fix bugs in these tutorials to make them runnable again
5153
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
5254

0 commit comments

Comments
 (0)