mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[fix] fix 'force-reinstall all-depe-packages in build' (#2837)
This commit is contained in:
2
build.sh
2
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
|
||||
|
||||
Reference in New Issue
Block a user