Skip to content

Commit

Permalink
Fix path to latest-github requirements in asv config
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 24, 2024
1 parent 61d4fa5 commit e40ef89
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 @@ -36,7 +36,7 @@
// Customizable commands for installing and uninstalling the project.
// 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 -r /Users/alessandrofelder/dev/brainglobe-workflows/benchmarks/dev-requirements.txt"],
"install_command": ["in-dir={env_dir} python -mpip install --force-reinstall '{wheel_file}'", "in-dir={env_dir} python -mpip install -r {conf_dir}/latest-github-requirements.txt"],
"uninstall_command": ["return-code=any python -mpip uninstall -y {project}"],

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

0 comments on commit e40ef89

Please sign in to comment.