Skip to content

Commit 14d4cc5

Browse files
committed
fix: fix uv
1 parent 1a0da38 commit 14d4cc5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/evaluations.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Install uv
4949
run: pip install uv
5050

51+
- name: Create Python virtual environment
52+
run: uv venv
53+
5154
- name: Install Python dependencies
5255
run: uv pip install -e evals/
5356

0 commit comments

Comments
 (0)