Skip to content

Commit d7c6433

Browse files
authored
Update gendoc.sh (PaddlePaddle#7364)
* Update gendoc.sh * Update gendoc.sh
1 parent e06897c commit d7c6433

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 -q -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
20+
pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
2121
fi
2222

2323

0 commit comments

Comments
 (0)