Skip to content

Commit

Permalink
conda-incubator action doesn't support arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Dec 22, 2023
1 parent 71b5cea commit 2a9c10b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/wheels-macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ jobs:
with:
auto-activate-base: false
activate-environment: py${{ matrix.cibw_python }}
miniforge-variant: Mambaforge
miniforge-version: latest
installer-url: https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Mambaforge-23.3.1-1-MacOSX-arm64.sh
allow-softlinks: true
show-channel-urls: true
use-only-tar-bz2: true
channels: conda-forge
channel-priority: true
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 2a9c10b

Please sign in to comment.