Skip to content

Commit 149fc75

Browse files
Mark R. Tuttlemarkrtuttle
authored andcommitted
Use brew python 3.10 in brew release flow
1 parent a01f1c5 commit 149fc75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-brew.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
uses: Homebrew/actions/setup-homebrew@master
8383

8484
- name: Set up Python
85-
uses: actions/setup-python@v4
86-
with:
87-
python-version: '3.10'
85+
# The GitHub action actions/setup-python@v4 installs CPython 3.10
86+
run: |
87+
brew install --overwrite python@3.10
8888
8989
- name: Checkout PR
9090
run: |

0 commit comments

Comments
 (0)