File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
58
58
# Temp remove for 1.10 release.
59
59
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
60
60
61
- # Build issue temp fix - Enabling to test build in PR 2-24-22
62
- # python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
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
63
64
64
# TODO: Fix bugs in these tutorials to make them runnable again
65
65
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
You can’t perform that action at this time.
0 commit comments