mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Merge pull request #2481 from paulromano/vectfit-ci-fix
Install vectfit in CI without build isolation
This commit is contained in:
commit
2b23b7366a
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue