nichmor
nichmor
https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/316 was merged and started support rattler-build for upload
Looks very good! Thanks for spotting this. Could you please add a small test for this usecase?
> > Looks very good! Thanks for spotting this. > > Could you please add a small test for this usecase? > > I don't know how to add a...
> @nichmor test is done Thanks for your work! I've fixed the conflicts with main and changed a little the test to assert that we record qualifer for purl (...
it's missing a warning for the usecase when we first install pypi and later conda which don't remove the pypi one and we end up with two .dist-info in site-packages
> Nice that you've included benchmarks! Just wondering what the cost is of doing the check as opposed to not doing it :), for these large environments? added benchmark in...
> Mm interesting! > > One problem I see is that currently tasks are tied to features, tasks dont have any relation with environments as in your example. I think...
> Chiming in to add another [example](https://github.com/renan-r-santos/pixi-kernel/blob/75c4ad15c4d2dea58f08c49d255e6ea6dd66278d/pixi.toml#L87) that could possibly benefit from this. I couldn't find a more concise way to express my test matrix in `pixi.toml`. Note that I...
> Might be more trivial (or even already possible, but not obviously documented), it would be nice to specify that a task belongs even to just a single environment, e.g....
> This issue is proably due to our map only working for `conda-forge`. @nichmor What do we do with non conda-forge (e.g. pytorch) when we map conda to pypi? hey...