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:
|
||||
run_notebook_test:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
steps:
|
||||
- name: run notebook workflow
|
||||
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 }}
|
||||
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