Unverified Commit 5235b6db authored by yyy's avatar yyy Committed by GitHub

Merge pull request #139 from dt-yy/master

update data
parents a1d53d39 c8d7d97d
...@@ -30,14 +30,12 @@ jobs: ...@@ -30,14 +30,12 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- name: check-requirements - name: check-requirements
run: | run: |
changed_files=$(git diff --name-only -r HEAD~1 HEAD) pip install -r requirements.txt
echo $changed_files pip install -r requirements-qa.txt
if [[ $changed_files =~ "requirements.txt" ]] || [[ $changed_files =~ "requirements-qa.txt" ]]; then
pip install -r requirements.txt
pip install -r requirements-qa.txt
fi
- name: get-benchmark-result - name: get-benchmark-result
run: | run: |
echo "start test" echo "start test"
cd tools && python benchmark.py echo $GITHUB_WORKSPACE
tree
cd $GITHUB_WORKSPACE && python tests/benchmark/benchmark.py
...@@ -18,7 +18,6 @@ class TestCli: ...@@ -18,7 +18,6 @@ class TestCli:
common.check_shell(cmd) common.check_shell(cmd)
#common.count_folders_and_check_contents(pdf_res_path) #common.count_folders_and_check_contents(pdf_res_path)
# def test_pdf_specify_jsonl(self): # def test_pdf_specify_jsonl(self):
# """ # """
# 输入jsonl, 默认方式解析 # 输入jsonl, 默认方式解析
......
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