From 730f73500587ea8b3739c4768bcdcfff2139abce Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Thu, 12 Jan 2023 12:19:17 +0000 Subject: [PATCH] #2599 typo --- asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv.conf.json b/asv.conf.json index cf86cce33d..16c4c71d80 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -24,7 +24,7 @@ // "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"], // "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"], "build_command": [ - "cp -r {conf_dir}/pybmind11 .", + "cp -r {conf_dir}/pybind11 .", "python setup.py build", "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}" ],