Skip to content

Commit

Permalink
Update macos publish action for missing distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 8, 2024
1 parent b1099a2 commit 2fae6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- name: Install setuptools for Python
run: pip install setuptools
- name: Install Yarn
run: npm install --global yarn
- name: Install dependencies
Expand Down

0 comments on commit 2fae6fc

Please sign in to comment.