From 9229700c06296958671d3c44acac7f91f5d2ac2c Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Tue, 29 Nov 2022 00:46:59 +0100 Subject: [PATCH] ASV: Fix asv after versioneer change --- asv_bench/asv.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index 4a0c882640eb6..b1feb1d0af79c 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -125,6 +125,7 @@ "regression_thresholds": { }, "build_command": - ["python setup.py build -j4", + ["python -m pip install versioneer[toml]", + "python setup.py build -j4", "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"], }