install mpi for release build (#1199)

This commit is contained in:
Awni Hannun 2024-06-10 10:09:32 -07:00 committed by GitHub
parent cf236fc390
commit 709ccc6800
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,6 +144,7 @@ jobs:
name: Install dependencies
command: |
brew install python@<< parameters.python_version >>
brew install openmpi
python<< parameters.python_version >> -m venv env
source env/bin/activate
pip install --upgrade pip