From 5f6e981e00e79371abf5a52075cc774d9dd32ece Mon Sep 17 00:00:00 2001 From: augustin_s Date: Thu, 9 Jul 2026 15:18:37 +0200 Subject: [PATCH] disable RUST_BACKTRACE --- autodeploy/setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 2774387..930bbc1 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -33,8 +33,6 @@ fi echo pixi config pypi mirror "$GITHUB_WORKSPACE/pixi" config set pypi-config.index-url https://pypi.psi.ch/simple -export RUST_BACKTRACE=full - echo "pixi install" "$GITHUB_WORKSPACE/pixi" install --all --no-progress