test: Add poetry run to notebook github action
Run jupyter notebook through poetry environment Test #COG-462
This commit is contained in:
parent
ec0f4c61b1
commit
5b56eb5356
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_notebook.yml
vendored
2
.github/workflows/test_notebook.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
||||
run: jupyter nbconvert \
|
||||
run: poetry run jupyter nbconvert \
|
||||
--to notebook \
|
||||
--execute notebooks/cognee_demo.ipynb \
|
||||
--output notebooks/executed_notebook.ipynb \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue