Merge pull request #13700 from JiabinYang/fix/mac_ci_job

refine paddle_build shell to fix permission denied problem on ci
revert-13637-optimize-opyreader
Jiabin Yang 6 years ago committed by GitHub
commit 8e63bc2307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,10 +395,11 @@ EOF
ctest --output-on-failure -j $1
# make install should also be test when unittest
make install -j 8
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 -y paddlepaddle
fi
}

Loading…
Cancel
Save