Skip to content

Commit f33a0e3

Browse files
committed
explicit lock file for now.
1 parent f6b1294 commit f33a0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
def session_lockfile(session: nox.sessions.Session) -> Path:
3737
"""Return the path of the session lockfile."""
38-
return Path(f"requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
38+
# return Path(f"requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
39+
return Path(f"requirements/locks/environment-benchmark-linux-64.lock")
3940

4041

4142
def session_cachefile(session: nox.sessions.Session) -> Path:

0 commit comments

Comments
 (0)