conda / conda-libmamba-solver

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

Adjust GHA workflows to fix CI #532

Closed jaimergp closed 2 months ago

jaimergp commented 2 months ago

Description

Something changed in the way conda is activated on CI, so our Windows workaround stopped working. The easiest solution here (after trying to use Bash for Windows in https://github.com/conda/conda-libmamba-solver/pull/525) seems to be using the direct path to Python instead of relying on PATH via activation.

Changes:

Checklist - did you ...