We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4089c79 commit 7d5cac4Copy full SHA for 7d5cac4
benchmarks/bm_runner.py
@@ -647,7 +647,7 @@ def func(args: argparse.Namespace) -> None:
647
648
# Find the most recent commit where the lock-files are not
649
# identical to HEAD - will force environment updates.
650
- locks_dir = Path(__file__).parents[1] / "requirements" / "locks"
+ locks_dir = Path(__file__).parents[1] / "ci" / "requirements" / "locks"
651
assert locks_dir.is_dir()
652
git_command = shlex.split(
653
f"git log -1 --pretty=format:%P -- {locks_dir.resolve()}"
0 commit comments