Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Dec 16, 2023
1 parent f282a0a commit c141136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sagemaker_shim/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ async def execute(self) -> int:

process = await asyncio.create_subprocess_exec(
*self.proc_args,
user=self.proc_user.user,
group=self.proc_user.group,
# user=self.proc_user.user,
# group=self.proc_user.group,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
env=self.proc_env,
Expand Down

0 comments on commit c141136

Please sign in to comment.