We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eda85 commit c688ecbCopy full SHA for c688ecb
.github/workflows/evaluations.yaml
@@ -55,7 +55,9 @@ jobs:
55
run: uv pip install -e .
56
57
- name: Run evaluations
58
- run: npm run test:evals
+ run: |
59
+ source .venv/bin/activate
60
+ npm run test:evals
61
env:
62
PHOENIX_API_KEY: ${{ secrets.PHOENIX_API_KEY }}
63
PHOENIX_COLLECTOR_ENDPOINT: ${{ secrets.PHOENIX_COLLECTOR_ENDPOINT }}
evals/run_evaluation.py
@@ -4,7 +4,6 @@
4
"""
5
6
import json
7
-import os
8
import sys
9
from copy import deepcopy
10
from pathlib import Path
0 commit comments