Skip to content
Snippets Groups Projects
Commit 1ae61d70 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix venv reset after cache reset

parent eeb38916
Branches master
No related merge requests found
Pipeline #77418 passed with stages
in 14 minutes and 21 seconds
......@@ -70,6 +70,7 @@ def reinitialize(state: VenvState):
subprocess.run(install_args).check_returncode()
state.initialized = True
state.user_requirements_hash = None # Reset installation state
def action_initialize(args):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment