jaimergp
jaimergp
It's a regular shell environment variable. - In Linux or macOS: `export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1` - Windows: `set CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1` It will be valid only in the current terminal session. I'd set it,...
The deprecation warning is only added in 3.12, so I'd say we only specify `filter` in those versions. The alternative is to reuse conda-package-streaming class for the extraction and handle...
Yea, the script would need to export SHA-like tags for at least the release tags but it's not perfect. And this repo has a few tags already 😬 Just flagging...
One "problem" already is the influx of billing warnings in the notifications for org admins. When this moves to `conda` it might incur in actual charges too.
FYI, upon transfer we got this notification > Git LFS has been disabled on the organization conda-incubator because you’ve exceeded your data plan by at least 150%. Please purchase additional...
I don't have admin access in this org, so I can't tell. Someone would need to go and visit https://github.com/organizations/conda/billing/data/upgrade to tell us. If you didn't do anything about it,...
xref, typical guidelines you might find in HPC documentation for their own users: - https://docs.hpc.shef.ac.uk/en/latest/bessemer/software/apps/python.html#using-conda-python - https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-conda/
This is mostly functional. See last runs at https://github.com/conda-forge/dav1d-feedstock/pull/21. It provisions the base environment in a similar way to what `micromamba` does, but the dependency list is coming from the...
Agreed, I haven't tested that, mostly left it there as a reminder of sorts. Worst case `conda-forge-ci-setup` can stay with `conda_install_tool = "micromamba"`. Let me give it a try in...
See https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/361 for ci-setup tests.