Skip to content

Commit

Permalink
asv: install needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mloubout committed Jul 20, 2023
1 parent af9f2e1 commit ef7a3be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/regression/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
// "uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],
"build_command": [
"DEVITO_BENCHMARKS=1 python setup.py build",
"DEVITO_BENCHMARKS=1 PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
"PIP_NO_BUILD_ISOLATION=false python -mpip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"
],
"install_command": ["in-dir={env_dir} python -mpip install '{wheel_file}[tests]'"],

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

0 comments on commit ef7a3be

Please sign in to comment.