test: Fix issue with notebook action
Resolve issue with wrongly defined notebook action Test COG-686
This commit is contained in:
parent
a2b4c5b9eb
commit
d586336596
1 changed files with 7 additions and 14 deletions
21
.github/workflows/test_notebook.yml
vendored
21
.github/workflows/test_notebook.yml
vendored
|
|
@ -14,17 +14,10 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_notebook_test:
|
run_notebook_test:
|
||||||
name: test
|
uses: ./.github/reusable_workflows/notebook.yml
|
||||||
runs-on: ubuntu-latest
|
with:
|
||||||
defaults:
|
notebook-location: notebooks/cognee_demo.ipynb
|
||||||
run:
|
secrets:
|
||||||
shell: bash
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
steps:
|
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||||
- name: run notebook workflow
|
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
||||||
uses: ./.github/reusable_workflows/notebook.yml
|
|
||||||
with:
|
|
||||||
notebook-location: notebooks/cognee_demo.ipynb
|
|
||||||
secrets:
|
|
||||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
|
||||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
|
||||||
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue