Skip to content

Commit

Permalink
MAINT: Bring back build isolation
Browse files Browse the repository at this point in the history
ASV manages environments.
  • Loading branch information
HaoZeke committed Feb 20, 2024
1 parent 2a68f94 commit f4a50fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def _build_project(self, repo, commit_hash, build_dir):

if cmd is None:
cmd = [
"python -m build",
"PIP_NO_BUILD_ISOLATION=0 python -m build",
"python -mpip wheel -w {build_cache_dir} {build_dir}"
]

Expand Down

0 comments on commit f4a50fa

Please sign in to comment.