File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,6 @@ jobs:
102
102
npm install
103
103
npm run build
104
104
105
- - name : Install python packages
106
- run : |
107
- uv pip install -r requirements-dev.txt
108
-
109
105
- name : Login to Azure
110
106
uses : azure/login@v2
111
107
with :
@@ -132,6 +128,10 @@ jobs:
132
128
run : |
133
129
RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)
134
130
131
+ - name : Install evaluate dependencies
132
+ run : |
133
+ uv pip install -r evals/requirements.txt
134
+
135
135
- name : Evaluate local RAG flow
136
136
run : |
137
137
python evals/evaluate.py
Original file line number Diff line number Diff line change
1
+ git+https://github.com/Azure-Samples/ai-rag-chat-evaluator/@installable
Original file line number Diff line number Diff line change 1
1
-r src/backend/requirements.txt
2
+ -r evals/requirements.txt
2
3
ruff
3
4
mypy
4
5
types-requests
@@ -12,5 +13,3 @@ pytest-cov
12
13
pytest-playwright
13
14
pytest-snapshot
14
15
locust
15
- git+https://github.com/Azure-Samples/ai-rag-chat-evaluator/@installable
16
- psycopg2
You can’t perform that action at this time.
0 commit comments