From 394b8dac26d1d41f3a9fc6cfe50dd8517624f850 Mon Sep 17 00:00:00 2001 From: Michael Joshua Saul Date: Fri, 27 Feb 2026 01:24:24 -0700 Subject: [PATCH] fix: remove unnecessary uv pip upgrade --- install/plane-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/plane-install.sh b/install/plane-install.sh index 1058cab8..b0e0fe71 100644 --- a/install/plane-install.sh +++ b/install/plane-install.sh @@ -100,7 +100,6 @@ msg_ok "Built Frontend Apps" msg_info "Setting up Python API" setup_uv $STD uv venv /opt/plane-venv -$STD uv pip install --upgrade pip $STD uv pip install -r /opt/plane/apps/api/requirements/production.txt msg_ok "Set up Python API"