test: Fix output path for notebook action

Fix output path for jupyter notebook github action

Fix #COG-462
This commit is contained in:
Igor Ilic 2024-10-29 14:16:08 +01:00
parent dbbe8e57e4
commit b09b3f1693

View file

@ -57,5 +57,5 @@ jobs:
poetry run jupyter nbconvert \
--to notebook \
--execute notebooks/cognee_demo.ipynb \
--output notebooks/executed_notebook.ipynb \
--output executed_notebook.ipynb \
--ExecutePreprocessor.timeout=1200