From e40ef89abb91f8755289aeca5f2e7e853814d48d Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Fri, 24 May 2024 16:58:45 +0100 Subject: [PATCH] Fix path to latest-github requirements in asv config --- benchmarks/asv.latest-github.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/asv.latest-github.conf.json b/benchmarks/asv.latest-github.conf.json index 007a406..372cbf4 100644 --- a/benchmarks/asv.latest-github.conf.json +++ b/benchmarks/asv.latest-github.conf.json @@ -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"