Skip to content

Commit

Permalink
pybamm-team#3480 Try asv singular build command instead of two
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent 5d902bc commit 9f2d3db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +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": [
"python -m pip install setuptools wheel casadi cmake pybind11[global]",
"python -m pip wheel --no-deps -w --no-build-isolation {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 Expand Up @@ -78,7 +77,6 @@
"scipy": [],
"xarray": [],
"wheel": [],
"pybind11[global]": [],
"wget": [],
"cmake": [],
"anytree": [],
Expand Down

0 comments on commit 9f2d3db

Please sign in to comment.