conda / conda-libmamba-solver

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

Adjust GHA workflows to fix CI #532

Closed jaimergp closed 1 week ago

jaimergp commented 1 week 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 ...