test: Add poetry run to notebook github action

Run jupyter notebook through poetry environment

Test #COG-462
This commit is contained in:
Igor Ilic 2024-10-29 14:02:47 +01:00
parent ec0f4c61b1
commit 5b56eb5356

View file

@ -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 \