fix op benchmark ci error caused by missing test_pr branch, test=document_fix (#31920)

develop
wuhuanzhou 4 years ago committed by GitHub
parent a71d72d921
commit 17030ff28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -187,7 +187,7 @@ function run_op_benchmark_test {
done done
# install tensorflow for testing accuary # install tensorflow for testing accuary
pip install tensorflow==2.3.0 tensorflow-probability pip install tensorflow==2.3.0 tensorflow-probability
for branch_name in "develop" "test_pr" for branch_name in "develop" "test"
do do
git checkout $branch_name git checkout $branch_name
[ $? -ne 0 ] && LOG "[FATAL] Missing branch ${branch_name}." && exit 7 [ $? -ne 0 ] && LOG "[FATAL] Missing branch ${branch_name}." && exit 7

Loading…
Cancel
Save