run-tests: try fixing pip

This commit is contained in:
Alibek Omarov 2019-06-07 02:26:40 +03:00
parent 79f450f3c6
commit 95ab77cbf4

View File

@ -9,8 +9,8 @@ die()
./build-waf.sh
# install conan
python -m pip install pip --upgrade --user
pip install conan --user
pip install pip --upgrade
pip install conan
# run tests
python waf-$1 configure build msdev clean || die