From ea6e057e40ae7451302a20b37bdfbc8f485b9483 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Mon, 24 Dec 2018 13:21:06 +0000 Subject: [PATCH] test=develop, fix bug --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 6ccbb0c37f0..c44d1be75c8 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -444,7 +444,7 @@ EOF if [ "$1" == "cp27-cp27m" ]; then set -e pip install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl - python -c installation_validate.py + python installation_validate.py elif [ "$1" == "cp35-cp35m" ]; then pip3.5 install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl elif [ "$1" == "cp36-cp36m" ]; then -- GitLab