test: Attempt to resolve newline issue
Attempt at resolving issue of github actions understanding run command Test #COG-462
This commit is contained in:
parent
5b56eb5356
commit
dbbe8e57e4
1 changed files with 6 additions and 5 deletions
11
.github/workflows/test_notebook.yml
vendored
11
.github/workflows/test_notebook.yml
vendored
|
|
@ -53,8 +53,9 @@ jobs:
|
|||
LLM_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
||||
run: poetry run jupyter nbconvert \
|
||||
--to notebook \
|
||||
--execute notebooks/cognee_demo.ipynb \
|
||||
--output notebooks/executed_notebook.ipynb \
|
||||
--ExecutePreprocessor.timeout=1200
|
||||
run: |
|
||||
poetry run jupyter nbconvert \
|
||||
--to notebook \
|
||||
--execute notebooks/cognee_demo.ipynb \
|
||||
--output notebooks/executed_notebook.ipynb \
|
||||
--ExecutePreprocessor.timeout=1200
|
||||
Loading…
Add table
Reference in a new issue