From e1c8aca4f88d60ee618cb0db89b059037c1d41d8 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 11 Jun 2026 15:44:57 +0200 Subject: [PATCH] done --- autodeploy/setup.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 8a184b7..3f86e9c 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -26,9 +26,12 @@ SCRIPT_PATH=$(dirname "$0") export CONDA_OVERRIDE_GLIBC=2.28 -chmod +x ./pixi -./pixi init || true -./pixi install --all +chmod +x "${GITHUB_WORKSPACE}/pixi" + +cd "$DESTINATION_DIR" + +"${GITHUB_WORKSPACE}/pixi" init || true +"${GITHUB_WORKSPACE}/pixi" install --all # chmod -R g=u .