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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: