Skip to content

Commit c0a76f9

Browse files
committed
fixed enum bug
1 parent 06237ed commit c0a76f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit0/harness/run_pytest_ids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def main(
122122
eval_file = Path(log_dir / "eval.sh")
123123
eval_file.write_text(eval_script)
124124

125+
backend = backend.upper()
125126
if ExecutionBackend(backend) == ExecutionBackend.MODAL:
126127
logger.info("Runnning on Modal")
127128
execution_context = Modal

0 commit comments

Comments
 (0)