Skip to content

Commit 497e7bc

Browse files
authored
1 parent 114d724 commit 497e7bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

asv_bench/asv.conf.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
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+
//
31+
"build_command": [
32+
"python setup.py build",
33+
"python -mpip wheel --no-deps --no-build-isolation --no-index -w {build_cache_dir} {build_dir}"
34+
],
3035

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

0 commit comments

Comments
 (0)