[fix] fix 'force-reinstall all-depe-packages in build' (#2837)

This commit is contained in:
freeliuzc
2025-07-14 16:50:54 +08:00
committed by GitHub
parent b7858c22d9
commit 2e81792d64

View File

@@ -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