Commit 3924f2e0 by Sébastien Eustace

Pass venv to Builder in build command

parent 2faa9f19
...@@ -20,5 +20,5 @@ class BuildCommand(VenvCommand): ...@@ -20,5 +20,5 @@ class BuildCommand(VenvCommand):
self.line(f'Building <info>{package.pretty_name}</> ' self.line(f'Building <info>{package.pretty_name}</> '
f'(<comment>{package.version}</>)') f'(<comment>{package.version}</>)')
builder = Builder(self.poetry, self.output) builder = Builder(self.poetry, self.venv, self.output)
builder.build(fmt) builder.build(fmt)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment