add sandbox extra env config

This commit is contained in:
Азамат Нураев 2026-05-08 15:24:15 +03:00
parent 32793de992
commit 9ed24b1ae9
7 changed files with 28 additions and 1 deletions

View file

@ -315,6 +315,7 @@ def build_config(tmp_path: Path) -> SandboxConfig:
dependencies_mount_path='/workspace/dependencies',
lambda_tools_mount_path='/workspace/lambda-tools',
volume_mount_path='/workspace/volume',
extra_env={},
)