bump mac tests to use py39

This commit is contained in:
Awni Hannun 2024-10-14 06:39:03 -07:00
parent d8611dd69f
commit 64b118852f

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