Skip to content

Commit 9d457dd

Browse files
committed
TEMPORARY: Get Hegel from new-protocol branch
1 parent 983e8ca commit 9d457dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
python-version: '3.13'
103103
- name: Install hegel
104104
run: |
105-
pip install git+ssh://git@github.com/antithesishq/hegel.git
105+
pip install git+ssh://git@github.com/antithesishq/hegel.git@DRMacIver/new-protocol
106106
pip install pytest
107107
- name: Build conformance binaries
108108
working-directory: tests/conformance/rust

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fn ensure_hegel() -> PathBuf {
6161
.args([
6262
"pip",
6363
"install",
64-
"git+ssh://git@github.com/antithesishq/hegel.git",
64+
"git+ssh://git@github.com/antithesishq/hegel.git@DRMacIver/new-protocol",
6565
])
6666
.arg("--python")
6767
.arg(venv_path.join("bin").join("python"))

0 commit comments

Comments
 (0)