Skip to content

Commit

Permalink
ci: Env copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed May 26, 2024
1 parent 2c24b62 commit c78ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure_presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c78ed4c

Please sign in to comment.