You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kraken is lacking a lock command that re-creates the environment specified in the lockfile
This would make this workflow possible:
clone a kraken-managed repo
kraken lock # or any more suitable command name
tada, a virtual env is setup, with everything specified in the lockfile, so that I can do a kraken run build that will work, even if the newest upstream releases of the dependencies have changed
The text was updated successfully, but these errors were encountered:
NiklasRosenstein
changed the title
kaken lock should prepare a virtualenv as specified in the lockfilekraken lock should prepare a virtualenv as specified in the lockfile
Oct 9, 2023
Kraken is lacking a
lock
command that re-creates the environment specified in the lockfileThis would make this workflow possible:
kraken lock
# or any more suitable command namekraken run build
that will work, even if the newest upstream releases of the dependencies have changedThe text was updated successfully, but these errors were encountered: