mirror of
https://github.com/ml-explore/mlx.git
synced 2024-09-15 10:04:00 +02:00
install mpi for release build (#1199)
This commit is contained in:
parent
cf236fc390
commit
709ccc6800
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue