Skip to content

Commit

Permalink
fix latest whl
Browse files Browse the repository at this point in the history
  • Loading branch information
zjjlivein committed Feb 2, 2023
1 parent ffa4784 commit 1dbbed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regression/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ if [[ ${#P0case_list[*]} -ne 0 ]] || [[ ${#APIcase_list[*]} -ne 0 ]];then
install_paddle
echo "install_nlp_develop"
wget https://paddlenlp.bj.bcebos.com/wheels/paddlenlp-ci-py3-none-any.whl
python -m pip install paddlenlp-latest-py3-none-any.whl
python -m pip install paddlenlp-ci-py3-none-any.whl
else
echo "instal_nlp_pr"
python -m pip install dist/p****.whl
Expand Down

0 comments on commit 1dbbed1

Please sign in to comment.