From dc54779228c2be755f57f126bda4ce9726be21d3 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:45:16 +0100 Subject: [PATCH] fix uv --- install/yubal-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/yubal-install.sh b/install/yubal-install.sh index 281865eaf..942789e85 100644 --- a/install/yubal-install.sh +++ b/install/yubal-install.sh @@ -53,7 +53,7 @@ msg_ok "Built Frontend" msg_info "Installing Python Dependencies" cd /opt/yubal 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_info "Creating Service"