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 1ec9f1b commit 89feafaCopy full SHA for 89feafa
ci_scripts/gendoc.sh
@@ -29,7 +29,7 @@ if ! pip3 list --disable-pip-version-check | grep paddlepaddle; then
29
exit 1
30
fi
31
echo "Installing local wheel file..."
32
- pip3 install --no-cache-dir -q --progress-bar off /tmp/paddle.whl
+ pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple /tmp/paddle.whl
33
else
34
echo "Using pip install directly..."
35
pip3 install --no-cache-dir -q --progress-bar off -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL}
0 commit comments