From 32c88ea4639dbc9ace20e4229cfd6bcd2062333a Mon Sep 17 00:00:00 2001 From: Maksim Totmin Date: Wed, 8 Apr 2026 17:59:40 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20pip=20u?= =?UTF-8?q?pgrade=20=D0=B8=D0=B7=20=D0=BE=D1=84=D0=BB=D0=B0=D0=B9=D0=BD-?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D1=89=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=20=E2=80=94=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B0=D0=BB?= =?UTF-8?q?=20=D0=B1=D0=B5=D0=B7=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BD?= =?UTF-8?q?=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index eae949b..9ea7cf9 100755 --- a/build.sh +++ b/build.sh @@ -149,7 +149,6 @@ echo " Created: $VENV_DIR" # --- Step 3: Install dependencies from local wheels --- echo "[3/5] Installing dependencies from local wheels (offline)..." -"$VENV_DIR/bin/pip" install --upgrade pip --quiet 2>/dev/null || true "$VENV_DIR/bin/pip" install \ --no-index \ --find-links "$INSTALL_DIR/wheels" \