pypa / hatch

Modern, extensible Python project management
https://hatch.pypa.io/latest/
MIT License
6.11k stars 310 forks source link

Can't run pre-install-commands in detached environment #1611

Open hoshiyosan opened 4 months ago

hoshiyosan commented 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.

Is there a way to achieve it with hatch currently ?

ofek commented 4 months ago

there is no way currently but I plan to add the same command feature as options tied to creation rather than installation