Wolf Vollprecht
Wolf Vollprecht
The test order should now be fixed but using `pin_subpackage` in the test run dependencies still does not work.
Yep, I also agree that this could be cool!
With the current implementation you would be free to do `foobar[flags=["gpu:cuda", "openmp:true"]]` which is close to your suggestion but less free form. I don't think adding completely open key-value to...
But I do like the idea of also having a numerical flag value, e.g. for microarch, so that you can say `microarch>=3` and that would also naturally lend itself to...
But `license` is already a key in the match spec. You can use it today with a string matcher in conda, e.g. `conda search "zstd[license=bsd*]"`.
Flags and more CEP here: https://github.com/conda/ceps/pull/111 @h-vetinari I see where you are coming from but that's mostly syntactic sugar for conda / mamba / pixi or other implementations. I think...
Closing in favor of #1550
@pavelzw how about we create a new release of this action that's tied to the micromamba version? So that users can depend on `setup-microamba@1` and get the 1.x release series...
Thanks @pavelzw!
py-rattler `install` with a relative prefix path results in invalid dynamic library dependency paths
Is this only with the most recent py-rattler releases? We changed to use "abi3" format and that might have triggered this.