Skip to content

Commit

Permalink
Pre-install python for py3.8/arm64 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jul 4, 2024
1 parent 42b1660 commit a90fd0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: docker/setup-qemu-action@v2

- uses: actions/setup-python@v5
with:
python-version: 3.8
if: runner.os == 'macOS' && runner.arch == 'ARM64'

- name: Set cibuildwheel env
id: cibuildwheel_env
run: |
Expand Down

0 comments on commit a90fd0e

Please sign in to comment.