Skip to content

Fix conda-pack bug. Don't update deps when installing conda.

Xcollazo requested to merge guarantee-conda-forge into main

This fixes a repro of https://github.com/conda/conda-pack/issues/198.

We also now use --freeze-installed when installing conda on cloned env so that we can guarantee that what we see here on the yml.lock file is what users actually have, at least at install time.

Merge request reports