Skip to content

Commit

Permalink
remove dry-run option from building
Browse files Browse the repository at this point in the history
  • Loading branch information
camriddell committed Apr 3, 2024
1 parent 8bcfc55 commit 4ef7060
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ def clean_conda(local_repo):
# build
build_parser = subparsers.add_parser('build')
build_parser.add_argument('type', choices=['docker', 'conda'])
build_parser.add_argument('--dry-run', action='store_true')
build_parser.add_argument('--jobs', '-J', default=4, type=int)

build_group = build_parser.add_mutually_exclusive_group(required=True)
Expand Down

0 comments on commit 4ef7060

Please sign in to comment.