This commit is contained in:
Ferran Jovell 2025-02-16 20:33:26 +01:00
parent 5c70bd4d45
commit a7e2645f32
No known key found for this signature in database
GPG key ID: FA9B3458F68001AB
2 changed files with 26 additions and 13 deletions

View file

@ -88,9 +88,12 @@ def install_environment(
cmd_output_b(*cmd)
with in_env(prefix, version):
breakpoint()
install = (
'bun', 'install', '--no-progress', '--silent', *additional_dependencies
'bun',
'install',
'--no-progress',
'--silent',
*additional_dependencies,
)
lang_base.setup_cmd(prefix, install)