Skip to content

Commit

Permalink
build: ensure build uses project environment (#3056)
Browse files Browse the repository at this point in the history
Resolves: #3054
  • Loading branch information
abn committed Oct 3, 2020
1 parent 769a90b commit 32b01be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry/console/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def handle(self):
)

builder = Builder(self.poetry)
builder.build(fmt)
builder.build(fmt, executable=self.env.python)

0 comments on commit 32b01be

Please sign in to comment.