Skip to content

Commit

Permalink
Merge branch 'main' into introduce-resuming-downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
gmargaritis authored Dec 22, 2024
2 parents d265d53 + 9626dec commit d4e2da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def run(self, options: Values, args: List[str]) -> int:

if build_failures:
raise InstallationError(
"ERROR: Failed to build installable wheels for some "
"Failed to build installable wheels for some "
"pyproject.toml based projects ({})".format(
", ".join(r.name for r in build_failures) # type: ignore
)
Expand Down

0 comments on commit d4e2da2

Please sign in to comment.