Skip to content
Snippets Groups Projects
Commit e7a762e3 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts/local] Fix local base_builds

parent dbaf444e
No related branches found
No related tags found
No related merge requests found
Pipeline #47731 passed
......@@ -190,6 +190,13 @@ Examples:
"(combine with the verbosity flags - e.g. ``-vvv``) to enable "
"printing to help you understand what will be done",
)
@click.option(
"-p",
"--python",
default=("%d.%d" % sys.version_info[:2]),
show_default=True,
help="Version of python to build the environment for",
)
@click.option(
"-g",
"--group",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment