Skip to content

Sol re-install leaves removed dependencies behind #117

Description

@LouieSlocombe

slurm/install-sol.sbatch:58 runs mamba env update --prefix … --file … without --prune. README:48 advertises this as "Resubmitting updates that environment to satisfy the file," but dropping a dependency from environment.yml won't remove it from an existing prefix.

Fix: add --prune, or recreate the prefix. Worth noting the ABI trap I hit makes this sharper — in-place mutation of a conda env is not reliably equivalent to a fresh create (see #7).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions