test=develop

revert-13637-optimize-opyreader
JiabinYang 7 years ago
parent 186b2b138d
commit 4cc3c4c976

@ -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
}

Loading…
Cancel
Save