mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-04-14 20:57:46 +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():
|
||||
poetry_bin = LOCAL_BIN / "poetry"
|
||||
run(f"{poetry_bin} update", cwd=REPO_DIR)
|
||||
run(f"{poetry_bin} update --no-dev", cwd=REPO_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue