Skip to content

Commit

Permalink
pybamm-team#3480 retry asv build command without cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent f10b3a4 commit 5d902bc
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 setup.py build",
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
"python -m pip install setuptools wheel casadi cmake pybind11[global]",
"python -m pip wheel --no-deps -w --no-build-isolation {build_dir}"
],

// List of branches to benchmark. If not provided, defaults to "master"
Expand Down

0 comments on commit 5d902bc

Please sign in to comment.