Skip to content

Commit 7580ca1

Browse files
authored
Revert "Update build.sh (#1832)" (#1837)
This reverts commit 960e66e.
1 parent e0eb76a commit 7580ca1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
5757
# python $DIR/remove_runnable_code.py intermediate_source/spatial_transformer_tutorial.py intermediate_source/spatial_transformer_tutorial.py || true
5858
# Temp remove for 1.10 release.
5959
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
60-
61-
# Build issue temp fix
62-
python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
63-
60+
6461
# TODO: Fix bugs in these tutorials to make them runnable again
6562
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
6663

0 commit comments

Comments
 (0)