diff --git a/.github/workflows/test_notebook.yml b/.github/workflows/test_notebook.yml index 54bf28ab9..5e57ada02 100644 --- a/.github/workflows/test_notebook.yml +++ b/.github/workflows/test_notebook.yml @@ -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 \ No newline at end of file