[skip-ci] WIP

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

View file

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