Skip to content

Commit

Permalink
use arm miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
william-galvin committed Oct 28, 2024
1 parent c63d7f8 commit 600e204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload_conda_apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Conda environment creation and activation
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: Miniconda3-latest-MacOSX-arm64.sh
python-version: ${{ matrix.python-version }}
environment-file: devtools/conda-envs/build_env.yaml # Path to the build conda environment
miniconda-version: latest
auto-update-conda: false
auto-activate-base: true
show-channel-urls: true
Expand Down

0 comments on commit 600e204

Please sign in to comment.