Skip to content

Commit

Permalink
fix: setuptools second try
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Jan 23, 2025
1 parent 6879a76 commit 4645c55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,8 @@ jobs:
- name: Install node-gyp
run: pnpm add --global node-gyp
shell: bash
- name: install pipx
run: brew install pipx
shell: bash
- name: install python setuptools
run: pipx install setuptools
- name: install setuptools
run: brew install python-setuptools
shell: bash
- name: Reconfigure git to use HTTP authentication
run: >
Expand Down

0 comments on commit 4645c55

Please sign in to comment.