fix: deletes get_graph_from_model test of the faulty old implementation #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test | multimedia notebook | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- main | |
types: [labeled, synchronize] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
run_notebook_test: | |
uses: ./.github/workflows/reusable_notebook.yml | |
with: | |
notebook-location: notebooks/cognee_multimedia_demo.ipynb | |
secrets: | |
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | |
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }} | |
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }} |