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 3af7a67 commit 1785c4cCopy full SHA for 1785c4c
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 -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
+ pip3 install --no-cache-dir -q -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
21
fi
22
23
0 commit comments