File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
40
40
# Step 1: Remove runnable code from tutorials that are not supposed to be run
41
41
python $DIR /remove_runnable_code.py beginner_source/aws_distributed_training_tutorial.py beginner_source/aws_distributed_training_tutorial.py || true
42
42
# TODO: Fix bugs in these tutorials to make them runnable again
43
- python $DIR /remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
43
+ # python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
44
44
45
45
# Step 2: Keep certain tutorials based on file count, and remove runnable code in all other tutorials
46
46
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
You can’t perform that action at this time.
0 commit comments