mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-26 02:33:21 +08:00
install mpi for release build (#1199)
This commit is contained in:
parent
cf236fc390
commit
709ccc6800
@ -144,6 +144,7 @@ jobs:
|
|||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
brew install python@<< parameters.python_version >>
|
brew install python@<< parameters.python_version >>
|
||||||
|
brew install openmpi
|
||||||
python<< parameters.python_version >> -m venv env
|
python<< parameters.python_version >> -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user