bump mac tests to use py39 (#1485)

This commit is contained in:
Awni Hannun 2024-10-14 10:40:32 -07:00 committed by GitHub
parent b54a70ec2d
commit 0eef4febfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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