From ca99a6c6f041b2e3f434048e115280d3b3ccb4e7 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Sun, 30 Sep 2018 04:41:25 +0000 Subject: [PATCH] test=release/1.0.0 --- paddle/scripts/paddle_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 2d1152704..9e254805f 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -374,10 +374,11 @@ EOF ctest --output-on-failure # make install should also be test when unittest make install -j `nproc` - pip install ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl + pip install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]] ; then paddle version fi + pip uninstall --user -y paddlepaddle fi } -- GitLab