test: Fix notebook test

Add missing dollar sign to github action for testing notebook

Test #COG-462
This commit is contained in:
Igor Ilic 2024-10-29 13:49:53 +01:00
parent c183742ad5
commit 243f0e3a7b

View file

@ -49,8 +49,8 @@ jobs:
env: env:
ENV: 'dev' ENV: 'dev'
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }} LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GRAPHISTRY_USERNAME: {{ secrets.GRAPHISTRY_USERNAME }} GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
GRAPHISTRY_PASSWORD: {{ secrets.GRAPHISTRY_PASSWORD }} GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
run: jupyter nbconvert \ run: jupyter nbconvert \
--to notebook \ --to notebook \
--execute notebooks/cognee_demo.ipynb \ --execute notebooks/cognee_demo.ipynb \