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