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
7
.github/workflows/test_notebook.yml
vendored
7
.github/workflows/test_notebook.yml
vendored
|
|
@ -14,13 +14,6 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_notebook_test:
|
run_notebook_test:
|
||||||
name: test
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
shell: bash
|
|
||||||
steps:
|
|
||||||
- name: run notebook workflow
|
|
||||||
uses: ./.github/reusable_workflows/notebook.yml
|
uses: ./.github/reusable_workflows/notebook.yml
|
||||||
with:
|
with:
|
||||||
notebook-location: notebooks/cognee_demo.ipynb
|
notebook-location: notebooks/cognee_demo.ipynb
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue