Merge pull request #2481 from paulromano/vectfit-ci-fix

Install vectfit in CI without build isolation
This commit is contained in:
John Tramm 2023-04-17 10:34:59 -05:00 committed by GitHub
commit 2b23b7366a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,10 @@ cd $HOME
git clone -b $XTENSOR_BLAS_BRANCH $XTENSOR_BLAS_REPO
cd xtensor-blas && mkdir build && cd build && cmake .. && sudo make install
# Install wheel (remove when vectfit supports installation with build isolation)
pip install wheel
# Install vectfit
cd $HOME
git clone https://github.com/liangjg/vectfit.git
pip install ./vectfit
pip install --no-build-isolation ./vectfit