mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21: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:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
brew install python@3.8
|
||||
brew install python@3.9
|
||||
brew install openmpi
|
||||
python3.8 -m venv env
|
||||
python3.9 -m venv env
|
||||
source env/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install --upgrade cmake
|
||||
|
Loading…
Reference in New Issue
Block a user