Skip to content

Commit

Permalink
Use brew python 3.10 in brew release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark R. Tuttle authored and markrtuttle committed Dec 21, 2022
1 parent a01f1c5 commit 149fc75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
# The GitHub action actions/setup-python@v4 installs CPython 3.10
run: |
brew install --overwrite python@3.10
- name: Checkout PR
run: |
Expand Down

0 comments on commit 149fc75

Please sign in to comment.