We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d4cc5 commit 20eda85Copy full SHA for 20eda85
.github/workflows/evaluations.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: uv venv
53
54
- name: Install Python dependencies
55
- run: uv pip install -e evals/
+ run: uv pip install -e .
56
57
- name: Run evaluations
58
run: npm run test:evals
0 commit comments