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
If mamba is installed in the same environment as tox, you may use it instead of the conda executable by setting the environment variable CONDA_EXE=mamba in the shell where tox is called.
There is a version of mamba that’s completely statically linked called ‘micromamba’ which is only 5MB, which would greatly speed up tox-conda CI.
According to the tox-conda README:
There is a version of mamba that’s completely statically linked called ‘micromamba’ which is only 5MB, which would greatly speed up tox-conda CI.
CONDA_EXE=micromamba
would allow this to be used with tox-condaThe text was updated successfully, but these errors were encountered: