diff --git a/ci_scripts/gendoc.sh b/ci_scripts/gendoc.sh index 480ee4ffdab..f7377d0d3bc 100755 --- a/ci_scripts/gendoc.sh +++ b/ci_scripts/gendoc.sh @@ -17,7 +17,7 @@ export DOCROOT # PADDLE_WHL is defined in ci_start.sh pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null if [ $? -ne 0 ] ; then - pip3 install --no-cache-dir -q -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} + pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} fi