Commit 3f6220de by Arun Babu Neelicattu Committed by finswimmer

build: ensure build uses project environment

Resolves: #3054
parent d0d3ebbc
...@@ -33,4 +33,4 @@ class BuildCommand(EnvCommand): ...@@ -33,4 +33,4 @@ class BuildCommand(EnvCommand):
) )
builder = Builder(self.poetry) builder = Builder(self.poetry)
builder.build(fmt) builder.build(fmt, executable=self.env.python)
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