From c78ed4cdccf809753f5d47f2f1521f012d7c8a99 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Sat, 25 May 2024 22:08:25 -0700 Subject: [PATCH] ci: Env copy --- configure_presentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_presentation.py b/configure_presentation.py index 2fd406d..e1dd708 100644 --- a/configure_presentation.py +++ b/configure_presentation.py @@ -323,7 +323,7 @@ def _exec_cmd(cmd: Sequence[str]): try: subprocess.check_call( args=cmd, - shell=True + env=os.environ.copy() ) except subprocess.CalledProcessError as exc: logger.exception(exc)