Template
Fix Eval Gate Python import path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user