Skip to content

Commit 72b9178

Browse files
committed
update
1 parent e7615d7 commit 72b9178

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

eval_protocol/cli_commands/local_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ def _run_pytest_in_docker(project_root: str, image_tag: str, pytest_target: str)
5151
"-v",
5252
f"{project_root}:{workdir}",
5353
"-e",
54+
f"HOME={workdir}",
55+
"-e",
5456
f"EVAL_PROTOCOL_DIR={workdir}/.eval_protocol",
5557
"-w",
5658
workdir,

0 commit comments

Comments
 (0)