Skip to content

Commit

Permalink
#2599 clone pybind11 inside asv virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jan 12, 2023
1 parent 9db8f05 commit ad202b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
//
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
// "build_command": [
// "python setup.py build",
// "PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
// ],
"build_command": [
"git clone --depth 1 --branch v2.6.2 https://github.com/pybind/pybind11.git",
"python setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],

// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "default" (for mercurial).
Expand Down

0 comments on commit ad202b8

Please sign in to comment.