Skip to content

Commit 2e81792

Browse files
authored
[fix] fix 'force-reinstall all-depe-packages in build' (#2837)
1 parent b7858c2 commit 2e81792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ if [ "$BUILD_WHEEL" -eq 1 ]; then
260260
echo -e "${GREEN}wheel saved under${NONE} ${RED}${BOLD}./dist${NONE}"
261261

262262
# install wheel
263-
${python} -m pip install ./dist/fastdeploy*.whl --force-reinstall --no-cache-dir
263+
${python} -m pip install ./dist/fastdeploy*.whl
264264
echo -e "${GREEN}wheel install success${NONE}\n"
265265

266266
trap : 0

0 commit comments

Comments
 (0)