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 7d5cac4 commit 49a0283Copy full SHA for 49a0283
benchmarks/asv_delegated.py
@@ -91,7 +91,7 @@ class Mode(enum.Enum):
91
# Just NOX for now but the architecture is here for future cases.
92
case Mode.NOX:
93
# Need to determine a single Python version to run with.
94
- req_dir = build_dir / "requirements"
+ req_dir = build_dir / "ci" / "requirements"
95
lockfile_dir = req_dir / "locks"
96
if not lockfile_dir.is_dir():
97
lockfile_dir = req_dir / "ci" / "nox.lock"
0 commit comments