From 5ba3569b3abf67ebeb5b9cd11ee43c42527ca4eb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 17 Apr 2023 06:37:39 -0500 Subject: [PATCH] Install vectfit in CI with no-build-isolation --- tools/ci/gha-install-vectfit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/gha-install-vectfit.sh b/tools/ci/gha-install-vectfit.sh index 5884c6fac9..48c59e5aac 100755 --- a/tools/ci/gha-install-vectfit.sh +++ b/tools/ci/gha-install-vectfit.sh @@ -42,4 +42,4 @@ cd xtensor-blas && mkdir build && cd build && cmake .. && sudo make install # Install vectfit cd $HOME git clone https://github.com/liangjg/vectfit.git -pip install ./vectfit +pip install --no-build-isolation ./vectfit