Skip to content

Commit 755edc2

Browse files
committed
Accelerate python35 ci job
1 parent 7296522 commit 755edc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,12 @@ function main() {
625625
test_fluid_inference_lib
626626
assert_api_not_changed
627627
;;
628+
cicheck_py35)
629+
cmake_gen ${PYTHON_ABI:-""}
630+
build
631+
run_test
632+
assert_api_not_changed
633+
;;
628634
*)
629635
print_usage
630636
exit 0

0 commit comments

Comments
 (0)