Skip to content

Commit

Permalink
chore: install python on macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Nov 16, 2022
1 parent 373311e commit 26ee05e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
needs: create-release
continue-on-error: true
steps:
# For some reason we need to manually install Python as of like mid-November 2022.
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit 26ee05e

Please sign in to comment.