From dffcf99ca6a3d772dfdd880dd8ddff3c10941ee7 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 4 Jun 2020 16:18:03 +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 2a189d5..b103c01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -380,7 +380,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=endian -DCMAKE_INSTALL_PREFIX=~/.local .. - cmake --build . --target install