mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-05 17:27:47 +02:00
docs: add a README for updating notebooks/cassettes (#1705)
This commit is contained in:
@@ -49,11 +49,7 @@ jobs:
|
||||
TAVILY_API_KEY: ${{ secrets.TAVILY_API_KEY }}
|
||||
LANGSMITH_API_KEY: ${{ secrets.LANGSMITH_API_KEY }}
|
||||
run: |
|
||||
for file in $(find docs/docs/how-tos -name "*.ipynb")
|
||||
do
|
||||
echo "Executing $file"
|
||||
PIP_PRE=1 poetry run jupyter execute "$file"
|
||||
done
|
||||
./docs/_scripts/execute_notebooks.sh
|
||||
|
||||
- name: Stop services
|
||||
run: make stop-services
|
||||
|
||||
Reference in New Issue
Block a user