Skip to content

Commit

Permalink
Try with older Python
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 8, 2024
1 parent ec839c1 commit 6812c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install setuptools for Python
run: pip install --upgrade setuptools
- name: Install Python 3.10
run: brew install [email protected] && brew unlink python && brew link --force --overwrite [email protected]
- name: Install Yarn
run: npm install --global yarn
- name: Install dependencies
Expand Down

0 comments on commit 6812c35

Please sign in to comment.