mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(ci/release): config openblas for macos env
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user