mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
bump mac tests to use py39 (#1485)
This commit is contained in:
parent
b54a70ec2d
commit
0eef4febfd
@ -80,9 +80,9 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install dependencies
|
name: Install dependencies
|
||||||
command: |
|
command: |
|
||||||
brew install python@3.8
|
brew install python@3.9
|
||||||
brew install openmpi
|
brew install openmpi
|
||||||
python3.8 -m venv env
|
python3.9 -m venv env
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade cmake
|
pip install --upgrade cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user