diff --git a/scripts/run_xpu_ci_pytest.sh b/scripts/run_xpu_ci_pytest.sh index f9163bcee..a7175350b 100644 --- a/scripts/run_xpu_ci_pytest.sh +++ b/scripts/run_xpu_ci_pytest.sh @@ -74,7 +74,7 @@ python -m pip uninstall fastdeploy-xpu -y # 安装PaddlePaddle echo "安装PaddlePaddle..." -python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.3.0.dev20251123-cp310-cp310-linux_x86_64.whl +python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/ # ============ 编译项目 ============