Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Dec 5, 2024
1 parent 22cdfe8 commit 9055b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/flwr_dev/build_docker_image_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,10 @@ class NightlyBaseImageBuildArgs:
def build_images(
flwr_version: str = typer.Option(..., help="The Flower version"),
flwr_package: str = typer.Option("flwr", help="The Flower package"),
matrix: Literal["stable", "nightly", "unstable"] = typer.Option(
matrix: str = typer.Option(
"stable",
help="The workflow matrix type",
case_sensitive=False,
show_choices=True,
),
):
"""Build updated docker images."""
Expand Down

0 comments on commit 9055b48

Please sign in to comment.