Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
Signed-off-by: Akinori Mitani <[email protected]>
  • Loading branch information
amitani authored Jan 24, 2025
1 parent 4281029 commit 3757b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/image_spec/default_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def prepare_python_install(image_spec: ImageSpec, tmp_dir: Path) -> str:
if image_spec.pip_extra_index_url:
extra_urls = [f"--extra-index-url {url}" for url in image_spec.pip_extra_index_url]
pip_install_args.extend(extra_urls)

if image_spec.pip_extra_args:
pip_install_args.append(image_spec.pip_extra_args)

Expand Down

0 comments on commit 3757b78

Please sign in to comment.