From 2e81792d641451e72ce33ed92f456ad39eae4a7e Mon Sep 17 00:00:00 2001 From: freeliuzc Date: Mon, 14 Jul 2025 16:50:54 +0800 Subject: [PATCH] [fix] fix 'force-reinstall all-depe-packages in build' (#2837) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b0f9cab2d..aa7f40ef8 100644 --- a/build.sh +++ b/build.sh @@ -260,7 +260,7 @@ if [ "$BUILD_WHEEL" -eq 1 ]; then echo -e "${GREEN}wheel saved under${NONE} ${RED}${BOLD}./dist${NONE}" # install wheel - ${python} -m pip install ./dist/fastdeploy*.whl --force-reinstall --no-cache-dir + ${python} -m pip install ./dist/fastdeploy*.whl echo -e "${GREEN}wheel install success${NONE}\n" trap : 0