Skip to content

Commit

Permalink
Correct brew release specification of 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 26109f1 commit fbb7755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-brew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: '3.10'

- name: Checkout PR
run: |
Expand Down

0 comments on commit fbb7755

Please sign in to comment.