Skip to content

Commit

Permalink
Build brew packages using Python 3.10
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 7c6d8ef commit 6ba743a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10

- name: Checkout PR
run: |
brew tap ${{ env.TAP }}
Expand Down

0 comments on commit 6ba743a

Please sign in to comment.