Skip to content

Commit 598678a

Browse files
aksOpsclaude
andcommitted
Install kuzu in CI and SonarCloud pipelines for full test coverage
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a0e9b3c commit 598678a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Install dependencies
28-
run: pip install -e ".[dev]"
28+
run: pip install -e ".[dev,kuzu]"
2929

3030
- name: Run tests
3131
run: pytest --tb=short -q

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: "3.12"
2727

2828
- name: Install project + test deps
29-
run: pip install -e ".[dev]"
29+
run: pip install -e ".[dev,kuzu]"
3030

3131
- name: Run tests with coverage
3232
run: |

0 commit comments

Comments
 (0)