Skip to content

Commit

Permalink
Merge pull request #756 from maresb/disable-progress-bar
Browse files Browse the repository at this point in the history
Add --quiet flag to conda command to disable progress bar
  • Loading branch information
maresb authored Nov 28, 2024
2 parents e3542d6 + 1250f61 commit 1ec5c68
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 1ec5c68

Please sign in to comment.