fix: убрал pip upgrade из офлайн-установщика — зависал без интернета
This commit is contained in:
parent
87a9a00ad6
commit
32c88ea463
1
build.sh
1
build.sh
@ -149,7 +149,6 @@ echo " Created: $VENV_DIR"
|
|||||||
|
|
||||||
# --- Step 3: Install dependencies from local wheels ---
|
# --- Step 3: Install dependencies from local wheels ---
|
||||||
echo "[3/5] Installing dependencies from local wheels (offline)..."
|
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 \
|
"$VENV_DIR/bin/pip" install \
|
||||||
--no-index \
|
--no-index \
|
||||||
--find-links "$INSTALL_DIR/wheels" \
|
--find-links "$INSTALL_DIR/wheels" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user