From d9fff3a0c84e5bb27e9f16eab2f3b8cabc6b1ca6 Mon Sep 17 00:00:00 2001 From: Jingang Liang Date: Thu, 10 Sep 2020 17:01:24 +0800 Subject: [PATCH] fix the way to install pybind --- tools/ci/travis-install-vectfit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/travis-install-vectfit.sh b/tools/ci/travis-install-vectfit.sh index b6f2c72866..b59f890dba 100755 --- a/tools/ci/travis-install-vectfit.sh +++ b/tools/ci/travis-install-vectfit.sh @@ -19,8 +19,8 @@ XTENSOR_BLAS_REPO='https://github.com/xtensor-stack/xtensor-blas' cd $HOME git clone -b $PYBIND_BRANCH $PYBIND_REPO -pip install ./pybind11 cd pybind11 && mkdir build && cd build && cmake .. && sudo make install +pip install $HOME/pybind11 cd $HOME git clone -b $XTL_BRANCH $XTL_REPO