File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments