Skip to content

Commit 99169ab

Browse files
committed
set home
1 parent 4f1ff85 commit 99169ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)