This commit is contained in:
Tobias 2026-01-19 08:45:16 +01:00 committed by GitHub
parent a3282d0c6d
commit dc54779228
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ msg_ok "Built Frontend"
msg_info "Installing Python Dependencies" msg_info "Installing Python Dependencies"
cd /opt/yubal cd /opt/yubal
export UV_CONCURRENT_DOWNLOADS=1 export UV_CONCURRENT_DOWNLOADS=1
$STD uv sync --no-dev --frozen $STD uv sync --package yubal-api --no-dev --frozen
msg_ok "Installed Python Dependencies" msg_ok "Installed Python Dependencies"
msg_info "Creating Service" msg_info "Creating Service"