Skip to content

Commit 78f9f51

Browse files
committed
STRAY: fix build command
1 parent af440aa commit 78f9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/asv.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"HEAD"
88
],
99
"build_command": [
10-
"python -m build -Cbuilddir=builddir --wheel --outdir {build_cache_dir} {build_dir}"
10+
"PIP_NO_BUILD_ISOLATION=false python -m pip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
1111
],
1212
"environment_type": "virtualenv",
1313
"show_commit_url": "https://github.com/lapp0/outlines/commit/",

0 commit comments

Comments
 (0)