File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ) )
You can’t perform that action at this time.
0 commit comments