Skip to content

Commit

Permalink
#2599 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jan 12, 2023
1 parent 41ed92e commit 730f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
],
Expand Down

0 comments on commit 730f735

Please sign in to comment.