Skip to content

Commit ca99a6c

Browse files
committed
test=release/1.0.0
1 parent 1e572a0 commit ca99a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,11 @@ EOF
374374
ctest --output-on-failure
375375
# make install should also be test when unittest
376376
make install -j `nproc`
377-
pip install ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl
377+
pip install --user ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl
378378
if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]] ; then
379379
paddle version
380380
fi
381+
pip uninstall --user -y paddlepaddle
381382
fi
382383
}
383384

0 commit comments

Comments
 (0)