Endurain: pin uv to the version required by the project (#15313)

This commit is contained in:
CanbiZ (MickLesk)
2026-06-22 21:46:52 +02:00
committed by GitHub
parent 6b931ef4d4
commit edbd570adf
3 changed files with 21 additions and 15 deletions
+2
View File
@@ -81,6 +81,8 @@ msg_ok "Built Frontend"
msg_info "Setting up Backend"
cd /opt/endurain/backend
UV_VERSION=$(grep -Po 'required-version\s*=\s*"\K[^"]+' pyproject.toml 2>/dev/null || echo "0.11.18")
UV_VERSION="$UV_VERSION" setup_uv
$STD uv tool install poetry
$STD uv tool update-shell
export PATH="/root/.local/bin:$PATH"