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
Looks like there's an issue where conda/mamba/micromamba update ... won't actually update any defined dependencies that are unpinned. This is a problem as our latest implementation, moving from setup-micromamba to setup-miniconda (#26) uses this functionality.
The solution is to use mamba create --yes -n [env-name] to re-create the environment from scratch rather than updating the boilerplate environment that is created by setup-miniconda.
The text was updated successfully, but these errors were encountered:
Looks like there's an issue where
conda/mamba/micromamba update ...
won't actually update any defined dependencies that are unpinned. This is a problem as our latest implementation, moving fromsetup-micromamba
tosetup-miniconda
(#26) uses this functionality.The solution is to use
mamba create --yes -n [env-name]
to re-create the environment from scratch rather than updating the boilerplate environment that is created bysetup-miniconda
.The text was updated successfully, but these errors were encountered: