Skip to content

Commit ca1a7a9

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmarks/asv.conf.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"HEAD"
88
],
99
"build_command": [
10-
"python -m build -Cbuilddir=builddir --wheel --outdir {build_cache_dir} {build_dir}"
10+
"python -m pip install build",
11+
"python -m build --wheel -o {build_cache_dir} {build_dir}"
12+
1113
],
1214
"environment_type": "virtualenv",
1315
"show_commit_url": "https://github.com/lapp0/outlines/commit/",

0 commit comments

Comments
 (0)