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 f33a0e3 commit cd1bb0fCopy full SHA for cd1bb0f
noxfile.py
@@ -35,8 +35,8 @@
35
36
def session_lockfile(session: nox.sessions.Session) -> Path:
37
"""Return the path of the session lockfile."""
38
- # return Path(f"requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
39
- return Path(f"requirements/locks/environment-benchmark-linux-64.lock")
+ # return Path(f"ci/requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
+ return Path(f"ci/requirements/locks/environment-benchmark-linux-64.lock")
40
41
42
def session_cachefile(session: nox.sessions.Session) -> Path:
0 commit comments