diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json index 46023fac..782f92c0 100644 --- a/benchmarks/asv.conf.json +++ b/benchmarks/asv.conf.json @@ -6,6 +6,10 @@ "environment_type": "conda-delegated", "show_commit_url": "https://github.com/SciTools-incubator/iris-esmf-regrid/commit/", "branches": ["upstream/main"], + "build_command": [ + "python setup.py build", + "python -mpip wheel --no-deps -w {build_cache_dir} {build_dir}" + ], "benchmark_dir": "./benchmarks", "env_dir": ".asv/env",