Skip to content

Commit 89feafa

Browse files
committed
refine code
1 parent 1ec9f1b commit 89feafa

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
@@ -29,7 +29,7 @@ if ! pip3 list --disable-pip-version-check | grep paddlepaddle; then
2929
exit 1
3030
fi
3131
echo "Installing local wheel file..."
32-
pip3 install --no-cache-dir -q --progress-bar off /tmp/paddle.whl
32+
pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple /tmp/paddle.whl
3333
else
3434
echo "Using pip install directly..."
3535
pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}

0 commit comments

Comments
 (0)