Fix Eval Gate Python import path
Deploy / validate-image (push) Successful in 9s
Eval Gate / evaluate (push) Successful in 9s

This commit is contained in:
2026-08-21 12:48:43 +02:00
parent d406da1312
commit 3769e60457
+1 -1
View File
@@ -16,4 +16,4 @@ jobs:
- name: Check out source
uses: actions/checkout@v4
- name: Run offline quality gate
run: python3 evals/run_evals.py --threshold 0.95
run: PYTHONPATH=. python3 evals/run_evals.py --threshold 0.95