Skip to content

Commit 2210a31

Browse files
authored
Merge pull request #13695 from typhoonzero/fix_build_script
fix py3 ci check
2 parents 7bede8d + c90a3b4 commit 2210a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function main() {
746746
cmake_gen ${PYTHON_ABI:-""}
747747
build
748748
run_test
749-
assert_api_not_changed
749+
assert_api_not_changed ${PYTHON_ABI:-""}
750750
;;
751751
*)
752752
print_usage

0 commit comments

Comments
 (0)