test: use neo4j_metrics_test in descriptive tests instead of networkx
This commit is contained in:
parent
761bb1b523
commit
5f7598d59d
1 changed files with 5 additions and 1 deletions
6
.github/workflows/examples_tests.yml
vendored
6
.github/workflows/examples_tests.yml
vendored
|
|
@ -71,7 +71,11 @@ jobs:
|
|||
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
|
||||
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
|
||||
EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }}
|
||||
run: uv run python ./cognee/tests/tasks/descriptive_metrics/networkx_metrics_test.py
|
||||
GRAPH_DATABASE_PROVIDER: "neo4j"
|
||||
GRAPH_DATABASE_URL: ${{ secrets.NEO4J_API_URL }}
|
||||
GRAPH_DATABASE_USERNAME: "neo4j"
|
||||
GRAPH_DATABASE_PASSWORD: ${{ secrets.NEO4J_API_KEY }}
|
||||
run: uv run python ./cognee/tests/tasks/descriptive_metrics/neo4j_metrics_test.py
|
||||
|
||||
|
||||
test-dynamic-steps-metrics:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue