From 78aad910372f4681eba54b5f79408c0333934ff4 Mon Sep 17 00:00:00 2001 From: Cheng Wan <54331508+ch-wan@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:02:32 -0700 Subject: [PATCH] [CI] fix pip upgrade (#8881) --- scripts/ci_install_dependency.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_install_dependency.sh b/scripts/ci_install_dependency.sh index aa00f86b5..35e7d46a9 100755 --- a/scripts/ci_install_dependency.sh +++ b/scripts/ci_install_dependency.sh @@ -20,7 +20,7 @@ fi # Update pip if [ "$MODE_BLACKWELL" != "1" ]; then - pip install --upgrade pip --break-system-packages + pip install --upgrade pip fi # Clean up existing installations