Skip to content

Set channels on condarc. Fix conda version on clone.

Xcollazo requested to merge add-conda-forge-as-strict into main

This PR solves two issues:

  • Users prefer conda-forge as primary channel source. Thus we modify the global condarc to specify so.
  • Since we do a conda clone and then a conda install conda, if we have cached a newer version of conda we install that newer version. Here we fix this to maintain reproducibility. A user can always update conda on the clone.

This work is part of https://phabricator.wikimedia.org/T321088.

Edited by Xcollazo

Merge request reports