Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda update does not install non-pinned dependencies #28

Closed
brynpickering opened this issue Jul 15, 2024 · 0 comments · Fixed by #29
Closed

conda update does not install non-pinned dependencies #28

brynpickering opened this issue Jul 15, 2024 · 0 comments · Fixed by #29

Comments

@brynpickering
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant