Skip to content

Commit

Permalink
Add --quiet to conda create command
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 28, 2024
1 parent e3542d6 commit 1250f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def do_conda_install(
[
*env_prefix,
"create",
"--quiet",
*copy_arg,
"--file",
str(file),
Expand Down

0 comments on commit 1250f61

Please sign in to comment.