Skip to content

Commit

Permalink
build: ensure build uses project environment (python-poetry#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Oct 4, 2020
1 parent aa91ea0 commit 7876b8e
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 7876b8e

Please sign in to comment.