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