Skip to content

Commit

Permalink
pybamm-team#3480 retry setup.py build command for asv
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent 92ca984 commit f10b3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
// "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 setuptools wheel casadi pybind11[global] cmake",
"python -m pip wheel --no-deps --no-index -w -v --no-build-isolation {build_cache_dir} {build_dir}"
"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"
Expand Down

0 comments on commit f10b3a4

Please sign in to comment.