vincent-pollet

Results 6 comments of vincent-pollet

@fgreinacher I have this issue when trying to include a conda package as asset in the generic package registry. [Here](https://gitlab.in2p3.fr/vincent.pollet/gitlab_semrel/-/tree/a5fc5653b30cf114c44d1e1ca6671923ea3c518d) is a minimal project reproducing it. A `GITLAB_TOKEN` CI/CD variable...

Interestingly, with the [same project](https://gitlab.com/vincent-pollet/gitlab_semrel) at `gitlab.com` I get an error 400, see [this pipeline](https://gitlab.com/vincent-pollet/gitlab_semrel/-/jobs/11510112472).

OK so in my case, the issue was caused by using a "label" property for the asset that contained spaces, as it is used in the upload url. For instance,...

> [@vincent-pollet](https://github.com/vincent-pollet) It sounds like for your scenario, having detached environments and no lock file you would benefit from a `--no-lockfile` flag or, alternatively, a `--no-check/--assume-installed` mode that completely ignores...

Playing with pixi a bit more, I think simply having the location of the lockfile been configurable may be enough to support this scenario? As far as I understand, at...

I think this is covered by https://github.com/prefix-dev/pixi/issues/4461 so closing