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.
2 parents 201928d + 90aec12 commit 8b80d6dCopy full SHA for 8b80d6d
paddle/scripts/paddle_build.sh
@@ -318,7 +318,7 @@ function assert_api_not_changed() {
318
virtualenv .env
319
source .env/bin/activate
320
pip install ${PADDLE_ROOT}/build/python/dist/*whl
321
- curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/reyoung/FluidAPISpec/master/API.spec} \
+ curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/PaddlePaddle/FluidAPISpec/master/API.spec} \
322
> origin.spec
323
python ${PADDLE_ROOT}/tools/print_signatures.py paddle.fluid > new.spec
324
python ${PADDLE_ROOT}/tools/diff_api.py origin.spec new.spec
0 commit comments