Skip to content

Commit

Permalink
ensure dev install has latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder authored Aug 7, 2024
1 parent 4c778ed commit 5b6ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/asv.latest-github.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// See asv.conf.json documentation.
// overwrite dependencies from PyPi with latest `main` version from GitHub
"install_command": [
"in-dir={env_dir} python -mpip install --force-reinstall '{wheel_file}'",
"in-dir={env_dir} python -mpip install --force-reinstall --no-cache-dir '{wheel_file}'",
"in-dir={env_dir} python -mpip install -r {conf_dir}/latest-github-requirements.txt",
"in-dir={env_dir} python -mpip list" // print dependencies' versions if asv ran with -v
],
Expand Down

0 comments on commit 5b6ec05

Please sign in to comment.