conda / conda-libmamba-solver

The libmamba based solver for conda.
https://conda.github.io/conda-libmamba-solver/
Other
199 stars 24 forks source link

Initialize mamba context with `Solver.channels` explicitly #525

Closed jaimergp closed 1 week ago

jaimergp commented 3 weeks ago

Description

Companion PR to https://github.com/conda/conda/pull/14227. This avoids double warnings and makes sure the Solver arguments are in sync with the Mamba context (we were allowing drifts before, unintentionally).

Checklist - did you ...

jaimergp commented 1 week ago

pre-commit.ci autofix