mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Exclude dev from install and update poetry
This commit is contained in:
parent
d39c334ddf
commit
3e6ea165ba
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ def install_latest_pipx():
|
||||||
|
|
||||||
def poetry_update():
|
def poetry_update():
|
||||||
poetry_bin = LOCAL_BIN / "poetry"
|
poetry_bin = LOCAL_BIN / "poetry"
|
||||||
run(f"{poetry_bin} update", cwd=REPO_DIR)
|
run(f"{poetry_bin} update --no-dev", cwd=REPO_DIR)
|
||||||
|
|
Loading…
Reference in a new issue