We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a17305 commit 54cfa84Copy full SHA for 54cfa84
asv.conf.json
@@ -27,6 +27,10 @@
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
+ "build_command": [
31
+ "python -m pip install build wheel",
32
+ "python -m build --wheel -o {build_cache_dir} {build_dir}"
33
+ ],
34
35
// List of branches to benchmark. If not provided, defaults to "master"
36
// (for git) or "default" (for mercurial).
0 commit comments