We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114d724 commit 497e7bcCopy full SHA for 497e7bc
asv_bench/asv.conf.json
@@ -27,6 +27,11 @@
27
// "python setup.py build",
28
// "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
29
// ],
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
+ ],
35
36
// List of branches to benchmark. If not provided, defaults to "master"
37
// (for git) or "default" (for mercurial).
0 commit comments