diff --git a/.circleci/scripts/build_for_windows.sh b/.circleci/scripts/build_for_windows.sh index 07127fc85ee..a24dd59757d 100644 --- a/.circleci/scripts/build_for_windows.sh +++ b/.circleci/scripts/build_for_windows.sh @@ -49,6 +49,7 @@ if [[ "${CIRCLE_JOB}" == *worker_* ]]; then python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/hyperparameter_tuning_tutorial.py beginner_source/hyperparameter_tuning_tutorial.py || true python $DIR/remove_runnable_code.py beginner_source/audio_preprocessing_tutorial.py beginner_source/audio_preprocessing_tutorial.py || true + python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true python $DIR/remove_runnable_code.py intermediate_source/tensorboard_profiler_tutorial.py intermediate_source/tensorboard_profiler_tutorial.py || true # Temp remove for mnist download issue. (Re-enabled for 1.8.1) # python $DIR/remove_runnable_code.py beginner_source/fgsm_tutorial.py beginner_source/fgsm_tutorial.py || true