We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f3e25 commit 568b04dCopy full SHA for 568b04d
1 file changed
.github/workflows/skill-eval.yml
@@ -24,10 +24,6 @@ jobs:
24
with:
25
node-version: '22'
26
27
- - name: Install eval dependencies
28
- working-directory: evals
29
- run: npm install --ignore-scripts
30
-
31
- name: Validate graders against reference solutions
32
working-directory: evals
33
run: bash run-eval.sh --all --validate
0 commit comments