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:
102102 npm install
103103 npm run build
104104
105- - name : Install python packages
106- run : |
107- uv pip install -r requirements-dev.txt
108-
109105 - name : Login to Azure
110106 uses : azure/login@v2
111107 with :
@@ -132,6 +128,10 @@ jobs:
132128 run : |
133129 RUNNER_TRACKING_ID="" && (nohup python3 -m uvicorn fastapi_app:create_app --factory > serverlogs.out 2> serverlogs.err &)
134130
131+ - name : Install evaluate dependencies
132+ run : |
133+ uv pip install -r evals/requirements.txt
134+
135135 - name : Evaluate local RAG flow
136136 run : |
137137 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 11-r src/backend/requirements.txt
2+ -r evals/requirements.txt
23ruff
34mypy
45types-requests
@@ -12,5 +13,3 @@ pytest-cov
1213pytest-playwright
1314pytest-snapshot
1415locust
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