ci: disable autogen notebook in the runner (#3269)

This commit is contained in:
Vadym Barda
2025-01-31 15:44:03 -05:00
committed by GitHub
parent 384814036e
commit 1b257b4d0a
@@ -38,6 +38,7 @@ NOTEBOOKS_NO_EXECUTION = [
"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