test: Fix issue with notebook action

Resolve issue with wrongly defined notebook action

Test COG-686
This commit is contained in:
Igor Ilic 2024-11-29 11:46:20 +01:00
parent a2b4c5b9eb
commit d586336596

View file

@ -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