You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
There is plenty of documentation on how to use aliases to build conda environments on an M1 to be able to use x86-only tools. However, when I run tox-conda on an M1 macbook it uses the default conda build, which means I can't run tests whose environments require x86-only tools.
Is there a way to parameterize the conda environment builds?
There is plenty of documentation on how to use aliases to build conda environments on an M1 to be able to use x86-only tools. However, when I run
tox-condaon an M1 macbook it uses the default conda build, which means I can't run tests whose environments require x86-only tools.Is there a way to parameterize the conda environment builds?