From 87b3a145fc946851c5ed553ec254da7af0452a23 Mon Sep 17 00:00:00 2001 From: betterpig Date: Fri, 20 May 2022 09:11:48 +0000 Subject: [PATCH] support doc 2.3 --- ci_scripts/ci_start.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ci_scripts/ci_start.sh b/ci_scripts/ci_start.sh index b848db15ac2..3684a80ad04 100644 --- a/ci_scripts/ci_start.sh +++ b/ci_scripts/ci_start.sh @@ -23,7 +23,9 @@ if [ -z "${PADDLE_WHL}" ] ; then if [ -z "${PADDLE_WHL}" ] ; then # as there are two pipelines now, only change the test pipeline's version to py3.7 PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/develop/linux/cpu-mkl/paddlepaddle-0.0.0-cp37-cp37m-linux_x86_64.whl - if [ ${BRANCH} = 'release/2.2' ] ; then + if [ ${BRANCH} = 'release/2.3' ] ; then + PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/2.3.0/linux/linux-cpu-mkl-avx/paddlepaddle-2.3.0-cp37-cp37m-linux_x86_64.whl + elif [ ${BRANCH} = 'release/2.2' ] ; then PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/2.2.2/linux/linux-cpu-mkl-avx/paddlepaddle-2.2.2-cp37-cp37m-linux_x86_64.whl elif [ ${BRANCH} = 'release/2.1' ] ; then PADDLE_WHL=https://paddle-wheel.bj.bcebos.com/2.1.3/linux/linux-cpu-mkl-avx/paddlepaddle-2.1.3-cp37-cp37m-linux_x86_64.whl