Disable Kuzu in CI database integration tests
Kuzu requires downloading extensions from external URLs which fails in CI environment due to network restrictions. Disable Kuzu for database and API integration tests. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6a3dce5fd0
commit
5bdff515d6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
|
@ -99,6 +99,7 @@ jobs:
|
|||
FALKORDB_HOST: localhost
|
||||
FALKORDB_PORT: 6379
|
||||
DISABLE_NEPTUNE: 1
|
||||
DISABLE_KUZU: 1
|
||||
run: |
|
||||
uv run pytest tests/test_graphiti_mock.py tests/utils/maintenance/test_bulk_utils.py tests/utils/maintenance/test_edge_operations.py tests/utils/maintenance/test_node_operations.py
|
||||
|
||||
|
|
@ -151,6 +152,7 @@ jobs:
|
|||
NEO4J_PASSWORD: testpass
|
||||
FALKORDB_HOST: localhost
|
||||
FALKORDB_PORT: 6379
|
||||
DISABLE_KUZU: 1
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue