set poetry version to 1.1.7
This commit is contained in:
parent
cbe1db1215
commit
629cd13c1b
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -210,7 +210,7 @@ def install_core(c: Context, hide: bool) -> None:
|
||||||
|
|
||||||
|
|
||||||
def install_poetry(c: Context, dev: bool, local: bool, hide: bool) -> None:
|
def install_poetry(c: Context, dev: bool, local: bool, hide: bool) -> None:
|
||||||
c.run("pipx install poetry", hide=hide)
|
c.run("pipx install poetry==1.1.7", hide=hide)
|
||||||
if local:
|
if local:
|
||||||
with c.cd(DAEMON_DIR):
|
with c.cd(DAEMON_DIR):
|
||||||
c.run("poetry build -f wheel", hide=hide)
|
c.run("poetry build -f wheel", hide=hide)
|
||||||
|
|
Loading…
Reference in a new issue