mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Update instead of install with poetry
This commit is contained in:
parent
f3ce8c5b63
commit
e005e2d0e9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def install_latest_pipx():
|
|||
|
||||
def poetry_install_latest(script_dir):
|
||||
poetry_bin = local_bin / "poetry"
|
||||
run(f"{poetry_bin} install", cwd=script_dir / "..")
|
||||
run(f"{poetry_bin} update", cwd=script_dir / "..")
|
||||
|
||||
|
||||
def spaced_hl():
|
||||
|
|
Loading…
Reference in a new issue