1
0
Fork 0
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:
Mo 2022-05-07 16:56:54 +02:00
parent f3ce8c5b63
commit e005e2d0e9

View file

@ -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():