quaint-telephone-89068
11/01/2022, 7:18 AMbin/lab xyz
to launch the jupyterlab.
But when I'm changing the Python dependencies, I have to re-generate the lockfiles. As we all know, generate-lockfiles
is a slow operation. It is not a good idea for me to put ./pants generate-lockfiles --resolve=xyz
into bin/lab
.
Describe the solution you'd like
I need a --lazy
option for generate-lockfiles
, like
./pants generate-lockfiles --lazy --resolve=xyz
If the dependencies didn't change, it should be very fast.
Describe alternatives you've considered
None
Additional context
None
pantsbuild/pants