Zanie Blue
Zanie Blue
Note that `setup-cached-uv` is different in that it persists the uv cache to GitHub.
uv seems to download and install in [~1 second](https://github.com/astral-sh/packse/actions/runs/10316016498/job/28557350216)
Resolved by #7056
This sounds cool, but I think we have a ways to go before we could prioritize looking into it.
I don't quite follow why you need a separate lockfile for just a single member? The point of using a workspace is that it ensures that you're using consistent versions...
I sort of think a `uv export --package child --frozen --no-emit-workspace` workflow may be most appropriate for your Docker use-case. You could also pipe that into a hash utility. Thanks...
@konstin interested?
No, we need to design it. Are you interested in helping with that?
> should provide an option to let users select the file to define dependencies The point is that the dependencies are defined in the script per PEP 723 — I...