Skip to content

Commit 54cfa84

Browse files
committed
Update asv.conf.json
1 parent 0a17305 commit 54cfa84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asv.conf.json

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
// "python setup.py build",
2828
// "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
2929
// ],
30+
"build_command": [
31+
"python -m pip install build wheel",
32+
"python -m build --wheel -o {build_cache_dir} {build_dir}"
33+
],
3034

3135
// List of branches to benchmark. If not provided, defaults to "master"
3236
// (for git) or "default" (for mercurial).

0 commit comments

Comments
 (0)