From 36a54c896af52fd25d7e2c6ebb736b13ce496086 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 17 Apr 2023 06:59:40 -0500 Subject: [PATCH] Install wheel for vectfit --- tools/ci/gha-install-vectfit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/ci/gha-install-vectfit.sh b/tools/ci/gha-install-vectfit.sh index 48c59e5aac..8444c3036b 100755 --- a/tools/ci/gha-install-vectfit.sh +++ b/tools/ci/gha-install-vectfit.sh @@ -39,6 +39,9 @@ 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