Skip to content

Commit 9f296a6

Browse files
Luca CandelaLuca Candela
authored andcommitted
tweak ci to skip external graph drivers
1 parent 161785e commit 9f296a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
run: uv sync --extra dev
3636

3737
- name: Run targeted tests
38+
env:
39+
DISABLE_NEO4J: '1'
40+
DISABLE_FALKORDB: '1'
41+
DISABLE_KUZU: '1'
42+
DISABLE_NEPTUNE: '1'
3843
run: |
3944
uv run pytest tests/orchestration/test_bulk_serialization.py tests/search/test_search_utils_filters.py
4045
uv run pytest tests/test_graphium_mock.py::test_add_episode_persists_nodes_and_edges

0 commit comments

Comments
 (0)