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 f6b1294 commit f33a0e3Copy full SHA for f33a0e3
noxfile.py
@@ -35,7 +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")
+ # return Path(f"requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
39
+ return Path(f"requirements/locks/environment-benchmark-linux-64.lock")
40
41
42
def session_cachefile(session: nox.sessions.Session) -> Path:
0 commit comments