mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-05 05:01:49 +02:00
fixup! Prefer poetry sync
to poetry install --sync
This commit is contained in:
parent
f8f12d37c5
commit
b74fbab6db
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue