test: Fix output path for notebook action
Fix output path for jupyter notebook github action Fix #COG-462
This commit is contained in:
parent
dbbe8e57e4
commit
b09b3f1693
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_notebook.yml
vendored
2
.github/workflows/test_notebook.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue