docs: add a README for updating notebooks/cassettes (#1705)

This commit is contained in:
Vadym Barda
2024-09-13 12:56:23 -04:00
committed by GitHub
parent 33f9ec6c04
commit e87d3adb4c
3 changed files with 67 additions and 5 deletions
+1 -5
View File
@@ -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