Skip to content

Commit

Permalink
chore: pr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Jul 18, 2024
1 parent 976fa96 commit ef15af1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charmcraft/charm_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,13 @@ def _install_dependencies(self, staging_venv_dir):
if self.binary_python_packages:
print(
"Installing binary-allowed packages and their dependencies.\n"
"WARNING: dependencies may also be installed from binary wheels."
"WARNING: dependencies may also be installed from binary wheels.\n"
"Use strict mode to avoid these issues."
)
_process_run(
get_pip_command(
[pip_cmd, "install"],
[],
requirements_files=[],
binary_deps=self.binary_python_packages,
)
)
Expand Down

0 comments on commit ef15af1

Please sign in to comment.