Skip to content

Commit

Permalink
gh action: override edgedb-pkg branch to language-server (revert befo…
Browse files Browse the repository at this point in the history
…re merging)
  • Loading branch information
aljazerzen committed May 24, 2024
1 parent a64164e commit 6e868ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/linux/build/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf "${CARGO_HOME}"/{git,registry}
ln -s ~/.cache/cargo/registry "${CARGO_HOME}/registry"
ln -s ~/.cache/cargo/git "${CARGO_HOME}/git"

python -m pip install -U git+https://github.com/edgedb/edgedb-pkg
python -m pip install -U git+https://github.com/edgedb/edgedb-pkg@language-server

if [ -n "${METAPKG_PATH}" ]; then
p=$(python -c 'import metapkg;print(metapkg.__path__[0])')
Expand Down

0 comments on commit 6e868ca

Please sign in to comment.