File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ jobs:
118
118
EVAL_OUTPUT_FILE="/tmp/promptfoo-output.txt"
119
119
120
120
if [ -n "$PROMPTFOO_API_KEY" ]; then
121
- promptfoo eval --config "/tmp/promptfooconfig.processed.yaml" --share --output "${OUTPUT_JSON_FILE}" --no-cache | tee "${EVAL_OUTPUT_FILE}"
121
+ promptfoo eval --max-concurrency 1 -- config "/tmp/promptfooconfig.processed.yaml" --share --output "${OUTPUT_JSON_FILE}" --no-cache | tee "${EVAL_OUTPUT_FILE}"
122
122
else
123
- promptfoo eval --config "/tmp/promptfooconfig.processed.yaml" --output "${OUTPUT_JSON_FILE}" --no-cache | tee "${EVAL_OUTPUT_FILE}"
123
+ promptfoo eval --max-concurrency 1 -- config "/tmp/promptfooconfig.processed.yaml" --output "${OUTPUT_JSON_FILE}" --no-cache | tee "${EVAL_OUTPUT_FILE}"
124
124
fi
125
125
126
126
if [ -f "${OUTPUT_JSON_FILE}" ]; then
You can’t perform that action at this time.
0 commit comments