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: - run:
name: Install dependencies name: Install dependencies
command: | command: |
brew install python@3.8 brew install python@3.9
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 unittest-xml-reporting pip install unittest-xml-reporting