fixup! Prefer poetry sync to poetry install --sync

This commit is contained in:
Alex Pyrgiotis 2025-04-02 14:37:20 +03:00
parent f8f12d37c5
commit b74fbab6db
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -836,7 +836,7 @@ class QAWindows(QABase):
)
def install_poetry(self):
self.run("python", "-m", "pip", "install", "poetry")
self.run("poetry", "install", "--sync")
self.run("poetry", "sync")
@QABase.task("Build Dangerzone container image", ref=REF_BUILD, auto=True)
def build_image(self):