-
Notifications
You must be signed in to change notification settings - Fork 71
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
Mamba example 6 seems to be failing #366
Comments
The issue is that |
This also seems like it could be a problem with the release of mamba 2 last week. |
A person on a team I work with used a non-2.0.0 |
See the implicit channels PR at #367, we need |
We started to get failures like Is there any way to fix it short term? Our step:
I tried to pin mamba with |
Use Miniforge, which is identical to Mambaforge these days. Mambaforge is getting sunset by EOY. |
|
A fix for mamba v2 is underway at #368, but I'm facing some issues in Windows. If someone wants to give it a try, I guess this would work: - uses: conda-incubator/setup-miniconda@fix-mamba-v2
with:
miniforge-variant: Miniforge
miniforge-version: latest
use-mamba: true
mamba-version: "*" |
https://github.com/conda-incubator/setup-miniconda/actions/workflows/example-6.yml
The text was updated successfully, but these errors were encountered: