Skip to content

Commit

Permalink
Fix build python310;test=document_fix (#56949)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a authored Sep 5, 2023
1 parent 323ef25 commit b196e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ function generate_upstream_develop_api_spec() {
git log --pretty=oneline -10

dev_commit=`git log -1|head -1|awk '{print $2}'`
dev_url="https://xly-devops.bj.bcebos.com/PR/build_whl/0/${dev_commit}/paddlepaddle_gpu-0.0.0-cp37-cp37m-linux_x86_64.whl"
dev_url="https://xly-devops.bj.bcebos.com/PR/build_whl/0/${dev_commit}/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl"
url_return=`curl -s -m 5 -IL ${dev_url} |awk 'NR==1{print $2}'`
if [ "$url_return" == '200' ];then
echo "wget develop whl from bos! "
Expand Down

0 comments on commit b196e07

Please sign in to comment.