From cd32792f0ef444347b1a522de945ee298e1112a8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Jun 2020 16:17:39 +0300 Subject: [PATCH] Use pip install --user --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c81641d..1ed1ed5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -301,7 +301,7 @@ matrix: - os: linux env: CMAKE_INSTALL_TEST=1 script: - - pip install cmake + - pip install --user cmake - mkdir __build__ && cd __build__ - cmake -DBOOST_ENABLE_CMAKE=1 -DBoost_VERBOSE=1 -DBOOST_INCLUDE_LIBRARIES=bind -DCMAKE_INSTALL_PREFIX=~/.local .. - cmake --build . --target install