From 6e868ca7a1c9f732baf154cb188563ba075cee61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alja=C5=BE=20Mur=20Er=C5=BEen?= Date: Fri, 24 May 2024 11:29:46 +0200 Subject: [PATCH] gh action: override edgedb-pkg branch to language-server (revert before merging) --- integration/linux/build/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/linux/build/entrypoint.sh b/integration/linux/build/entrypoint.sh index 5bde044..8565a6d 100755 --- a/integration/linux/build/entrypoint.sh +++ b/integration/linux/build/entrypoint.sh @@ -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])')