Skip to content

Commit

Permalink
Try with new setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 8, 2024
1 parent 2fae6fc commit ec839c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 16
- name: Install setuptools for Python
run: pip install setuptools
run: pip install --upgrade setuptools
- name: Install Yarn
run: npm install --global yarn
- name: Install dependencies
Expand Down

0 comments on commit ec839c1

Please sign in to comment.