File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export DOCROOT
17
17
# PADDLE_WHL is defined in ci_start.sh
18
18
pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null
19
19
if [ $? -ne 0 ] ; then
20
- pip3 install --no-cache-dir -i https://mirror.baidu.com/pypi /simple ${PADDLE_WHL}
20
+ pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn /simple ${PADDLE_WHL}
21
21
fi
22
22
23
23
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function get_paddle_pr_num_from_docs_pr_info(){
79
79
function install_paddle() {
80
80
# try to download paddle, and install
81
81
# PADDLE_WHL is defined in ci_start.sh
82
- pip install --no-cache-dir -i https://mirror.baidu.com/pypi /simple ${PADDLE_WHL} 1> nul
82
+ pip install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn /simple ${PADDLE_WHL} 1> nul
83
83
# if failed, build paddle
84
84
if [ $? -ne 0 ]; then
85
85
build_paddle
You can’t perform that action at this time.
0 commit comments