Skip to content

Commit e5e8277

Browse files
committed
Fix install for app-test
1 parent a1c5f01 commit e5e8277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install dependencies
9595
run: |
9696
uv pip install -r requirements-dev.txt
97-
uv pip install evals/requirements.txt
97+
uv pip install -r evals/requirements.txt
9898
9999
- name: Install app as editable app
100100
run: |

0 commit comments

Comments
 (0)