Skip to content

Commit

Permalink
disable usage skip extension in tests (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Apr 26, 2024
1 parent a4c7cb5 commit 815e199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/patch_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def patch_notebooks(notebooks_dir, test_device="", skip_ov_install=False):
if not found:
print(f"No replacements found for {notebookfile}")
disable_gradio_debug(nb, notebookfile)
disable_skip_ext(nb, notebookfile)
nb_without_out, _ = output_remover.from_notebook_node(nb)
with notebookfile.with_name(f"test_{notebookfile.name}").open("w", encoding="utf-8") as out_file:
out_file.write(nb_without_out)
Expand Down

0 comments on commit 815e199

Please sign in to comment.