Fix pip install in mac

test=develop
revert-13637-optimize-opyreader
velconia 6 years ago
parent 1512cf247f
commit 4a7b9f7833

@ -395,7 +395,7 @@ EOF
ctest --output-on-failure -j8
# 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