1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Exclude dev from install and update poetry

This commit is contained in:
Mo 2022-07-02 16:55:21 +02:00
parent d39c334ddf
commit 3e6ea165ba

View file

@ -17,4 +17,4 @@ def install_latest_pipx():
def poetry_update():
poetry_bin = LOCAL_BIN / "poetry"
run(f"{poetry_bin} update", cwd=REPO_DIR)
run(f"{poetry_bin} update --no-dev", cwd=REPO_DIR)