We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b9874 commit 3c0fc31Copy full SHA for 3c0fc31
.jenkins/build.sh
@@ -50,7 +50,7 @@ if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
50
# Temp remove for 1.10 release.
51
# python $DIR/remove_runnable_code.py advanced_source/neural_style_tutorial.py advanced_source/neural_style_tutorial.py || true
52
# Temp remove for 1.13 release.
53
- python $DIR/remove_runnable_code.py beginner_source/fx_numeric_suite_tutorial.py || true
+ python $DIR/remove_runnable_code.py beginner_source/fx_numeric_suite_tutorial.py beginner_source/fx_numeric_suite_tutorial.py || true
54
55
# TODO: Fix bugs in these tutorials to make them runnable again
56
# python $DIR/remove_runnable_code.py beginner_source/audio_classifier_tutorial.py beginner_source/audio_classifier_tutorial.py || true
0 commit comments