Skip to content

Commit eb01560

Browse files
authored
Disable memory_format_tutorial on Windows CI (#1105)
1 parent cca97f0 commit eb01560

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/scripts/build_for_windows.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ python $DIR/remove_runnable_code.py beginner_source/aws_distributed_training_tut
4444
python $DIR/remove_runnable_code.py beginner_source/data_loading_tutorial.py beginner_source/data_loading_tutorial.py || true
4545
python $DIR/remove_runnable_code.py beginner_source/dcgan_faces_tutorial.py beginner_source/dcgan_faces_tutorial.py || true
4646
python $DIR/remove_runnable_code.py intermediate_source/model_parallel_tutorial.py intermediate_source/model_parallel_tutorial.py || true
47-
python $DIR/remove_runnable_code.py advanced_source/static_quantization_tutorial.py advanced_source/static_quantization_tutorial.py || true
48-
python $DIR/remove_runnable_code.py prototype_source/numeric_suite_tutorial.py || true
49-
python $DIR/remove_runnable_code.py prototype_source/graph_mode_static_quantization_tutorial.py || true
47+
python $DIR/remove_runnable_code.py intermediate_source/memory_format_tutorial.py intermediate_source/memory_format_tutorial.py || true
5048

5149
make docs

0 commit comments

Comments
 (0)