Merge pull request #13651 from velconia/mac_py3

Fix pip install in mac
revert-13637-optimize-opyreader
Jiabin Yang 7 years ago committed by GitHub
commit a5b20a9e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,7 +395,7 @@ EOF
ctest --output-on-failure -j $1
# make install should also be test when unittest
make install -j 8
pip install /usr/local/opt/paddle/share/wheels/*.whl
pip install ${INSTALL_PREFIX:-/paddle/build}/opt/paddle/share/wheels/*.whl
if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]] ; then
paddle version
fi

Loading…
Cancel
Save