Skip to content

Commit

Permalink
Use conda-lock --kind=explicit. (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Mar 31, 2022
1 parent b4042d8 commit 20fa96f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def update_lockfiles(session: nox.sessions.Session):
conda_lock_cmd = [
"conda-lock",
"lock",
"--kind=explicit",
f"--filename-template={filename_template}",
f"--file={req_file_local}",
f"--platform={LOCKFILE_PLATFORM}",
Expand Down

0 comments on commit 20fa96f

Please sign in to comment.