Skip to content

Commit c524206

Browse files
committed
ci: update unit testing cfg
1 parent ae025cf commit c524206

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/gen_whl_to_pypi.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Push rapidocr_pdf to pypi
22

33
on:
44
push:
5-
# branches: [ main ]
6-
# paths:
7-
# - 'rapidocr_pdf/**'
8-
# - 'docs/doc.md'
9-
# - 'setup.py'
10-
# - '.github/workflows/gen_whl_to_pypi_rapidocr_pdf.yml'
115
tags:
126
- v*
137

@@ -27,16 +21,9 @@ jobs:
2721
- name: Display Python version
2822
run: python -c "import sys; print(sys.version)"
2923

30-
- name: Unit testings with rapidocr_onnxruntime
24+
- name: Unit testings with rapidocr
3125
run: |
3226
pip install -r requirements.txt
33-
pip install pytest pymupdf==1.22.5 rapidocr_onnxruntime==1.3.17
34-
pytest tests/test*.py
35-
36-
- name: Unit testings with rapidocr_openvino
37-
run: |
38-
pip uninstall rapidocr_onnxruntime -y
39-
pip install rapidocr_openvino pymupdf==1.22.5 rapidocr_openvino==1.3.17
4027
pytest tests/test*.py
4128
4229
GenerateWHL_PushPyPi:

0 commit comments

Comments
 (0)