We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06897c commit d7c6433Copy full SHA for d7c6433
ci_scripts/gendoc.sh
@@ -17,7 +17,7 @@ export DOCROOT
17
# PADDLE_WHL is defined in ci_start.sh
18
pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null
19
if [ $? -ne 0 ] ; then
20
- 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}
21
fi
22
23
0 commit comments