Skip to content
Snippets Groups Projects
Commit d42d95ce authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Upgrade pip before using it

parent 43e0d356
Branches
Tags
1 merge request!55Resolve libknot and libzscanner SONAME at the build time and fixes to bootstrap-depends.sh script
...@@ -91,6 +91,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then ...@@ -91,6 +91,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
pip install ${PIP_PKGS} pip install ${PIP_PKGS}
fi fi
if [ "${TRAVIS_OS_NAME}" == "linux" ]; then if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
pip install --user ${USER} --upgrade pip || true
pip install --user ${USER} ${PIP_PKGS} || true pip install --user ${USER} ${PIP_PKGS} || true
rm ${HOME}/.cache/pip/log/debug.log || true rm ${HOME}/.cache/pip/log/debug.log || true
pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} include/hiredis/hiredis.h install PREFIX=${PREFIX} pkg hiredis ${HIREDIS_URL} ${HIREDIS_TAG} include/hiredis/hiredis.h install PREFIX=${PREFIX}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment