Skip to content

Commit

Permalink
dev: Upgrade setup-miniconda action from v2 → v3
Browse files Browse the repository at this point in the history
The latest version will now use Conda's osx-arm64 channel on macOS when
available.  While the original reason for this change was because we
were encountering issues with osx-64 packages on arm64 hardware¹, this
upgrade alone wasn't enough to fix our issues.²  Still, let's upgrade
since v3 is the supported version, and it'll be good to use non-emulated
osx-arm64 binaries going forward anyway.

¹ <#382>
² <#384 (comment)>
  • Loading branch information
tsibley committed Jul 31, 2024
1 parent 63b92c9 commit 19220db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-integration-tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
runs:
using: composite
steps:
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ inputs.python-version }}
miniforge-variant: Mambaforge
Expand Down

0 comments on commit 19220db

Please sign in to comment.