Skip to content

Commit d370b5e

Browse files
rustyconoverclaude
andcommitted
Add cli extra to Python dependency in CI conformance job
The HTTP conformance tests use the vgi-rpc CLI which requires typer from the cli extra. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3d6efbf commit d370b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: bun install && bun run postinstall
121121

122122
- name: Install Python dependencies
123-
run: pip install "vgi-rpc[http] @ git+https://github.com/Query-farm/vgi-rpc-python.git" pytest
123+
run: pip install "vgi-rpc[http,cli] @ git+https://github.com/Query-farm/vgi-rpc-python.git" pytest
124124

125125
- name: Run conformance tests
126126
run: timeout 120 python -m pytest test_ts_conformance.py -x -v

0 commit comments

Comments
 (0)