bump mac tests to use py39 (#1047)

This commit is contained in:
Awni Hannun 2024-10-14 10:40:36 -07:00 committed by GitHub
parent c799133998
commit 6c368f2124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,8 +26,8 @@ jobs:
- run:
name: Install dependencies
command: |
brew install python@3.8
python3.8 -m venv env
brew install python@3.9
python3.9 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install unittest-xml-reporting