Skip to content

Commit

Permalink
bump mac tests to use py39 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
awni authored Oct 14, 2024
1 parent c799133 commit 6c368f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c368f2

Please sign in to comment.