Skip to content

Commit

Permalink
Remove x86 pin setup-miniconda
Browse files Browse the repository at this point in the history
This seems to be forcing some kind of x86 compatibility build of Python on osx-arm64, removing makes the action pick up the right installer.

You can see this action for more details: https://github.com/MDAnalysis/mdahole2/actions/runs/10024096447/job/27705759572
  • Loading branch information
IAlibay authored Jul 22, 2024
1 parent b5616cd commit b81fbfb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
python-version: {{ '${{ matrix.python-version }}' }}
environment-file: devtools/conda-envs/test_env.yaml
add-pip-as-python-dependency: true
architecture: x64
{% if cookiecutter.__dependency_source == 'conda-forge' %}
miniforge-variant: Mambaforge
use-mamba: true
Expand Down

0 comments on commit b81fbfb

Please sign in to comment.