Skip to content

Commit b185940

Browse files
committed
where is iris style lock?
1 parent 4fd354a commit b185940

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,12 @@ def prepare_venv(session: nox.sessions.Session) -> None:
129129
130130
"""
131131
lockfile = session_lockfile(session)
132-
print(f"prepare_venv: {lockfile}")
133132
venv_dir = session.virtualenv.location_name
134133

135134
if not venv_populated(session):
136135
# environment has been created but packages not yet installed
137136
# populate the environment from the lockfile
138-
logger.debug(f"Populating conda env at {venv_dir}")
137+
logger.debug(f"Populating conda env at {venv_dir} using {lockfile}")
139138
session.conda_install("--file", str(lockfile))
140139
cache_venv(session)
141140

0 commit comments

Comments
 (0)