infra: skip notebook in CI (#31773)

This commit is contained in:
ccurme
2025-06-28 14:00:45 -04:00
committed by GitHub
parent 375f53adac
commit 428c276948
8 changed files with 1 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ NOTEBOOKS_NO_EXECUTION = [
"docs/docs/how_to/migrate_agent.ipynb", # TODO: resolve issue with asyncio / exception handling
"docs/docs/how_to/qa_per_user.ipynb", # Requires Pinecone instance
"docs/docs/how_to/query_high_cardinality.ipynb", # Heavy
"docs/docs/how_to/response_metadata.ipynb", # Auth is annoying
"docs/docs/how_to/split_by_token.ipynb", # TODO: requires Korean document, also heavy deps
"docs/docs/how_to/tools_error.ipynb", # Deliberately raises error
"docs/docs/how_to/tools_human.ipynb", # Requires human input()