Skip to content

Commit c6f94dd

Browse files
tianshuo78520aluotao1
authored andcommitted
Diff api (#16024)
1 parent 26e3842 commit c6f94dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/diff_api.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,10 @@
2626
print(each_diff)
2727

2828
if error:
29+
print(
30+
'''If you modify/add/delete the API files, including code and comment, please follow these steps in order to pass the CI:
31+
1. cd ${paddle_path}, compile paddle;
32+
2. pip install build/python/dist/(build whl package);
33+
3. run "python tools/print_signatures.py paddle.fluid, paddle.reader > paddle/fluid/API.spec"'''
34+
)
2935
sys.exit(1)

0 commit comments

Comments
 (0)