From 5a57492723e5bb2f84d2403fb2ff7776cb9579c8 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Fri, 17 Jan 2025 10:35:19 +0000 Subject: [PATCH] test whl --- ci_scripts/gendoc.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci_scripts/gendoc.sh b/ci_scripts/gendoc.sh index 384187b610f..69fff1bf8a4 100755 --- a/ci_scripts/gendoc.sh +++ b/ci_scripts/gendoc.sh @@ -17,7 +17,9 @@ export DOCROOT # PADDLE_WHL is defined in ci_start.sh pip3 list --disable-pip-version-check | grep paddlepaddle > /dev/null if [ $? -ne 0 ] ; then - pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} + #pip3 install --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple ${PADDLE_WHL} + wget --no-proxy -q https://paddle-qa.bj.bcebos.com/paddle-pipeline/CompileServicing-LinuxCentos-Compile-PR-Cuda118-Normal_ON-WITH_GPU_OFF/4aa22bf27415a714094c45145c7371bc1065c92a/paddlepaddle-0.0.0-cp310-cp310-linux_x86_64.whl + pip3 install paddlepaddle-0.0.0-cp310-cp310-linux_x86_64.whl fi