Skip to content

Commit fe84a3a

Browse files
committed
evals: Don't update bun.lock when bun installing (to not confuse judge)
1 parent c47c2be commit fe84a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/buffbench/eval-codebuff.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"binPath": "bin/bun"
99
}
1010
],
11-
"initCommand": "bun install",
11+
"initCommand": "bun install && git checkout -- bun.lock",
1212
"finalCheckCommands": ["bun run typecheck", "bun run test"],
1313
"env": {
1414
"ANTHROPIC_API_KEY": "test-key",

0 commit comments

Comments
 (0)