Skip to content

Commit 568b04d

Browse files
authored
Remove eval dependencies installation step
Removed installation of eval dependencies from workflow.
1 parent 18f3e25 commit 568b04d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/skill-eval.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
with:
2525
node-version: '22'
2626

27-
- name: Install eval dependencies
28-
working-directory: evals
29-
run: npm install --ignore-scripts
30-
3127
- name: Validate graders against reference solutions
3228
working-directory: evals
3329
run: bash run-eval.sh --all --validate

0 commit comments

Comments
 (0)