Open hoshiyosan opened 4 months ago
I am trying to create a detached environment for CI where dependencies are pinned in a requirements file to make reproducible builds.
detached = true
Is there a way to achieve it with hatch currently ?
there is no way currently but I plan to add the same command feature as options tied to creation rather than installation
I am trying to create a detached environment for CI where dependencies are pinned in a requirements file to make reproducible builds.
detached = true
to corresponding env.Is there a way to achieve it with hatch currently ?