run-tests: try fixing pip
This commit is contained in:
parent
79f450f3c6
commit
95ab77cbf4
@ -9,8 +9,8 @@ die()
|
|||||||
./build-waf.sh
|
./build-waf.sh
|
||||||
|
|
||||||
# install conan
|
# install conan
|
||||||
python -m pip install pip --upgrade --user
|
pip install pip --upgrade
|
||||||
pip install conan --user
|
pip install conan
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
python waf-$1 configure build msdev clean || die
|
python waf-$1 configure build msdev clean || die
|
||||||
|
Loading…
Reference in New Issue
Block a user