We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1791ed3 commit 27f2444Copy full SHA for 27f2444
1 file changed
lilac2/remote/worker.py
@@ -17,6 +17,7 @@ def main() -> None:
17
enable_pretty_logging('DEBUG')
18
19
config = read_config()
20
+ os.environ.update(config.get('envvars', ()))
21
22
input = json.load(sys.stdin)
23
logger.debug('[remote.worker] got input: %r', input)
0 commit comments