Skip to content

Commit 7d5cac4

Browse files
committed
locks in ci folder
1 parent 4089c79 commit 7d5cac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/bm_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def func(args: argparse.Namespace) -> None:
647647

648648
# Find the most recent commit where the lock-files are not
649649
# identical to HEAD - will force environment updates.
650-
locks_dir = Path(__file__).parents[1] / "requirements" / "locks"
650+
locks_dir = Path(__file__).parents[1] / "ci" / "requirements" / "locks"
651651
assert locks_dir.is_dir()
652652
git_command = shlex.split(
653653
f"git log -1 --pretty=format:%P -- {locks_dir.resolve()}"

0 commit comments

Comments
 (0)