Skip to content

Commit 49a0283

Browse files
committed
ci folder...
1 parent 7d5cac4 commit 49a0283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/asv_delegated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class Mode(enum.Enum):
9191
# Just NOX for now but the architecture is here for future cases.
9292
case Mode.NOX:
9393
# Need to determine a single Python version to run with.
94-
req_dir = build_dir / "requirements"
94+
req_dir = build_dir / "ci" / "requirements"
9595
lockfile_dir = req_dir / "locks"
9696
if not lockfile_dir.is_dir():
9797
lockfile_dir = req_dir / "ci" / "nox.lock"

0 commit comments

Comments
 (0)