Commit eca6027f authored by quyuan's avatar quyuan

add ci

parent 26fe8aab
......@@ -30,14 +30,10 @@ jobs:
fetch-depth: 2
- name: check-requirements
run: |
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]] || [[ $changed_files =~ "requirements-qa.txt" ]]; then
pip install -r requirements.txt
pip install -r requirements-qa.txt
fi
pip install -r requirements.txt
pip install -r requirements-qa.txt
- name: get-benchmark-result
run: |
echo "start test"
cd tools && python benchmark.py
cd tests && python benchmark.py
......@@ -18,7 +18,6 @@ class TestCli:
common.check_shell(cmd)
#common.count_folders_and_check_contents(pdf_res_path)
# def test_pdf_specify_jsonl(self):
# """
# 输入jsonl, 默认方式解析
......
{
"temp-output-dir": "/tmp/"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment