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

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