Merge pull request #597 from dpemmerich/master

set poetry version to 1.1.7
This commit is contained in:
bharnden 2021-09-17 14:55:57 -07:00 committed by GitHub
commit 4b3693b9cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ def install_core(c: Context, 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:
with c.cd(DAEMON_DIR):
c.run("poetry build -f wheel", hide=hide)