From 95ab77cbf4792cb519be6614f80b77f6e5966f0c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 7 Jun 2019 02:26:40 +0300 Subject: [PATCH] run-tests: try fixing pip --- run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 4c99fb1..faedf0e 100644 --- a/run-tests.sh +++ b/run-tests.sh @@ -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