Skip to content

Commit 1bc55f9

Browse files
committed
networkx metrics test
1 parent 34ce4f8 commit 1bc55f9

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: test | descriptive graph metrics
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
types: [labeled, synchronize]
7+
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
run_networkx_metrics_test:
15+
uses: ./.github/workflows/reusable_python_example.yml
16+
with:
17+
example-location: ./cognee/tests/tasks/descriptive_metrics/networkx_metrics_test.py
18+
secrets:
19+
LLM_MODEL: ${{ secrets.LLM_MODEL }}
20+
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
21+
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
22+
LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }}
23+
EMBEDDING_MODEL: ${{ secrets.EMBEDDING_MODEL }}
24+
EMBEDDING_ENDPOINT: ${{ secrets.EMBEDDING_ENDPOINT }}
25+
EMBEDDING_API_KEY: ${{ secrets.EMBEDDING_API_KEY }}
26+
EMBEDDING_API_VERSION: ${{ secrets.EMBEDDING_API_VERSION }}
27+
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
28+
GRAPHISTRY_PASSWORD: ${{ secrets.GRAPHISTRY_PASSWORD }}

0 commit comments

Comments
 (0)