Closed abdsahin closed 1 year ago
Hello,
I am trying to use jf cli to install the python dependencies. When I run the jf poetry install, it runs also poetry update, which is not intended. is there any way to avoid this ?
jf poetry install
poetry update
Closing since the fix will probably be in the core repository
Hello,
I am trying to use jf cli to install the python dependencies. When I run the
jf poetry install
, it runs alsopoetry update
, which is not intended. is there any way to avoid this ?