Skip to content

Commit

Permalink
Stop being verbose
Browse files Browse the repository at this point in the history
Too verbose. Goes on forever.
  • Loading branch information
guyer committed Sep 5, 2023
1 parent e698c57 commit c4a997a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ntd2d/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def main():
subprocess.run(["conda", "env", "update",
# quiet to shut off progress bars
"--quiet",
# verbose to actually list what's installed
"--verbose",
"--name", "base",
"--solver", "libmamba",
"--file", environment.as_posix()],
Expand Down

0 comments on commit c4a997a

Please sign in to comment.