Skip to content

Clone the pinned file while creating a new cloned env

Stevemunene requested to merge clone_pinned_file into main

We created a pinned file to help in managing core package versions that we do not wish to automatically upgrade. The pinned file however is not copied along with the conda create --clone base --name <name> command so we have to manually copy the pinned file on every clone.

Bug: T356231

Merge request reports