Jonas Haag
Jonas Haag
Reproducer for #39
I regularly need multiple "global"/"non-project" environments that I can switch between. Eg. I want to try something with Pandas 1 or Pandas 2 without having a specific project in mind....
When I put in a missing dependency and click on GHA I'm greeted with this: Then when I open the first red section I get Opening the last step gets...
https://github.com/mamba-org/mamba/actions/runs/5881601796/job/15950428165 ``` Removing micromamba run shell ... Deinitialize micromamba for bash node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOENT: no such file or directory, stat '/usr/local/bin/micromamba-shell'] { errno: -2,...
If you change the Micromamba version (implicit update due to new release, explicit update to due version pin) any environment cached with a previous Micromamba version is restored. I wonder...
Use case: In PRs, we might want to not create any new cache entries so as to not burn through the cache limits so quickly. Similar to https://github.com/hendrikmuhs/ccache-action/blob/572582a14cd1c7a54f51762befec013fff6ba6e5/action.yml#L20-L22
``` install-sh@ -> /usr/share/automake-1.16/install-sh ``` But I don't have `/usr/share/automake-1.16/`.
See https://github.com/Quantco/multiregex/pull/15 for an example I think it's pretty nice and should work well in GHA
Not expecting this to be merged, just if someone wants to speed up yodel using Numba, this seems to be working OK (Biquad example): ```py import math class Biquad: """...