Skip to content

Commit 10cc5af

Browse files
committed
Update validate_tutorials_built.py
Correct formatting
1 parent ccbe02c commit 10cc5af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"intermediate_source/flask_rest_api_tutorial",
5656
"intermediate_source/text_to_speech_with_torchaudio",
5757
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
58-
"intermediate/inductor_debug_cpu.py",
59-
"beginner/onnx/onnx_registry_tutorial.py",
60-
"intermediate_source/torch_export_tutorial.py"
58+
"intermediate_source/inductor_debug_cpu",
59+
"beginner_source/onnx/onnx_registry_tutorial",
60+
"intermediate_source/torch_export_tutorial"
6161
]
6262

6363
def tutorial_source_dirs() -> List[Path]:

0 commit comments

Comments
 (0)