Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: fix wrong syntax in CI env yml files (mamba 2.0 compat) #59910

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Sep 27, 2024

All CI is failing with the new mamba 2.0 release. But it seems this is because we had invalid syntax (pip extras syntax) in our environment files, where mamba now fails on (previously used conda for parsing the yml files).

@mroeschke
Copy link
Member

It seems like there a few issues with mamba 2.0 with windows (mamba-org/setup-micromamba#227) and the list command (mamba-org/setup-micromamba#225) that we're also seeing here.

We may just need to pin the mamba version

@rhshadrach
Copy link
Member

I opened #59912 - planning to merge as soon as that's green. We can then use this to unpin once upstream is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants