We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1ff85 commit 99169abCopy full SHA for 99169ab
eval_protocol/cli_commands/local_test.py
@@ -51,6 +51,8 @@ def _run_pytest_in_docker(project_root: str, image_tag: str, pytest_target: str)
51
"-v",
52
f"{project_root}:{workdir}",
53
"-e",
54
+ f"HOME={workdir}",
55
+ "-e",
56
f"EVAL_PROTOCOL_DIR={workdir}/.eval_protocol",
57
"-w",
58
workdir,
0 commit comments