Skip to content

Commit cd1bb0f

Browse files
committed
locks in ci folder
1 parent f33a0e3 commit cd1bb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +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")
39-
return Path(f"requirements/locks/environment-benchmark-linux-64.lock")
38+
# return Path(f"ci/requirements/locks/py{session.python.replace('.', '')}-linux-64.lock")
39+
return Path(f"ci/requirements/locks/environment-benchmark-linux-64.lock")
4040

4141

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

0 commit comments

Comments
 (0)