Skip to content

Commit

Permalink
Fix python-setuptools installation on macOS arm prebuilds test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed May 1, 2024
1 parent 3a8e93d commit ea3345b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 16
- run: python3 -m pip install --break-system-packages setuptools
- run: brew install python-setuptools
- run: npm install --ignore-scripts
- run: ${{ env.TEST_COMMAND }}

Expand Down

0 comments on commit ea3345b

Please sign in to comment.