Skip to content

Commit

Permalink
Update version_management.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Sep 15, 2023
1 parent 5c1971f commit 0130ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iblrig/version_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def upgrade():
if user_input.lower() in ['n', 'no', '']:
return
if user_input.lower() in ['y', 'yes']:
check_call([sys.executable, "-m", "pip", "reset", "--hard"])
break

check_call([sys.executable, "-m", "pip", "install", "-U", "-e", "."])

0 comments on commit 0130ab1

Please sign in to comment.