fix(ci/release): config openblas for macos env

This commit is contained in:
Ayoub Benaissa
2023-04-12 08:54:45 +01:00
committed by GitHub
parent 4278bc655d
commit 767a4137d5

View File

@@ -193,6 +193,9 @@ jobs:
cd frontends/concrete-python
# Setup pkg-config to find OpenBLAS (scipy need it)
export PKG_CONFIG_PATH="/opt/homebrew/opt/openblas/lib/pkgconfig"
rm -rf .venv
${{ format('python{0}', matrix.python-version) }} -m venv .venv