From 1b257b4d0a0189e0a7c8fe5d9477566465e4155b Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Fri, 31 Jan 2025 15:44:03 -0500 Subject: [PATCH] ci: disable autogen notebook in the runner (#3269) --- docs/_scripts/prepare_notebooks_for_ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_scripts/prepare_notebooks_for_ci.py b/docs/_scripts/prepare_notebooks_for_ci.py index 1e521ea0a3..7749289b34 100644 --- a/docs/_scripts/prepare_notebooks_for_ci.py +++ b/docs/_scripts/prepare_notebooks_for_ci.py @@ -38,6 +38,7 @@ "docs/docs/tutorials/usaco/usaco.ipynb", # TODO: figure out why autogen notebook is not runnable (they are just hanging. possible due to code execution?) "docs/docs/how-tos/autogen-integration.ipynb", + "docs/docs/how-tos/autogen-integration-functional.ipynb", # TODO: need to update these notebooks to make sure they are runnable in CI "docs/docs/tutorials/storm/storm.ipynb", # issues only when running with VCR "docs/docs/tutorials/lats/lats.ipynb", # issues only when running with VCR