Skip to content

Commit c90a3b4

Browse files
author
yi.wu
committed
fix py3 ci check
1 parent 1358f62 commit c90a3b4

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)