Skip to content

Commit 20eda85

Browse files
committed
fix: fix uv
1 parent 14d4cc5 commit 20eda85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: uv venv
5353

5454
- name: Install Python dependencies
55-
run: uv pip install -e evals/
55+
run: uv pip install -e .
5656

5757
- name: Run evaluations
5858
run: npm run test:evals

0 commit comments

Comments
 (0)