Skip to content

Commit

Permalink
🧪 Skip setting up Python @ cibuildwheel jobs
Browse files Browse the repository at this point in the history
It's not needed since the action does that internally.
  • Loading branch information
webknjaz committed Nov 27, 2023
1 parent d86eb20 commit cc8f29e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ jobs:
echo "CIBW_ARCHS_LINUX=${{ inputs.qemu }}" >> "${GITHUB_ENV}"
shell: bash

- name: Setup Python
uses: actions/setup-python@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
Expand Down

0 comments on commit cc8f29e

Please sign in to comment.