We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3842 commit c6f94ddCopy full SHA for c6f94dd
tools/diff_api.py
@@ -26,4 +26,10 @@
26
print(each_diff)
27
28
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
+ )
35
sys.exit(1)
0 commit comments