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 05131d5 commit e926be5Copy full SHA for e926be5
scripts/regression/run_ci.sh
@@ -220,7 +220,9 @@ if [[ ${#P0case_list[*]} -ne 0 ]] || [[ ${#APIcase_list[*]} -ne 0 ]];then
220
if [ ! -f ./dist/p****.whl ];then
221
install_paddle
222
echo "install_nlp_develop"
223
- python -m pip install paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html
+ # python -m pip install paddlenlp -f https://www.paddlepaddle.org.cn/whl/paddlenlp.html
224
+ wget https://paddlenlp.bj.bcebos.com/wheels/paddlenlp-latest-py3-none-any.whl
225
+ python -m pip install paddlenlp-latest-py3-none-any.whl
226
else
227
echo "instal_nlp_pr"
228
python -m pip install dist/p****.whl
0 commit comments