Skip to content

Commit cb1f51c

Browse files
rustyconoverclaude
andcommitted
Pin CI to vgi-rpc>=0.1.12 from PyPI instead of git install
Now that _pytest_suite and --describe are published in 0.1.12, install from PyPI with a minimum version pin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7d27dc2 commit cb1f51c

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,cli] @ git+https://github.com/Query-farm/vgi-rpc-python.git" pytest
123+
run: pip install "vgi-rpc[http,cli]>=0.1.12" 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)