Skip to content

Commit

Permalink
perf: avoid compiling unused bytecode
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Mar 11, 2024
1 parent 327f280 commit 244e768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def install_requirements(self, requirements: Collection[str]) -> None:
'install',
'--use-pep517',
'--no-warn-script-location',
'--no-compile',
'-r',
os.path.abspath(req_file.name),
]
Expand Down

0 comments on commit 244e768

Please sign in to comment.