We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c5f01 commit e5e8277Copy full SHA for e5e8277
1 file changed
.github/workflows/app-tests.yaml
@@ -94,7 +94,7 @@ jobs:
94
- name: Install dependencies
95
run: |
96
uv pip install -r requirements-dev.txt
97
- uv pip install evals/requirements.txt
+ uv pip install -r evals/requirements.txt
98
99
- name: Install app as editable app
100
0 commit comments