Skip to content

Commit 1785c4c

Browse files
hide pip log (#7362)
1 parent 3af7a67 commit 1785c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/gendoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export DOCROOT
1717
# PADDLE_WHL is defined in ci_start.sh
1818
pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null
1919
if [ $? -ne 0 ] ; then
20-
pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
20+
pip3 install --no-cache-dir -q -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
2121
fi
2222

2323

0 commit comments

Comments
 (0)