Skip to content

Commit

Permalink
pybamm-team#3480 use default built-in asv build command
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent cc33154 commit 891eab8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
//
// "install_command": ["in-dir={env_dir} python -mpip install {wheel_file}"],
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
"build_command": [
"python -m pip install pybind11[global]",
"python setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -m pip 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 891eab8

Please sign in to comment.