Skip to content

Commit 82d271f

Browse files
authored
ASV: Fix asv after versioneer change (pandas-dev#49948)
1 parent d52b6b3 commit 82d271f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asv_bench/asv.conf.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"regression_thresholds": {
126126
},
127127
"build_command":
128-
["python setup.py build -j4",
128+
["python -m pip install versioneer[toml]",
129+
"python setup.py build -j4",
129130
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"],
130131
}

0 commit comments

Comments
 (0)