File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,6 @@ name: Push rapidocr_pdf to pypi
22
33on :
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
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 :
You can’t perform that action at this time.
0 commit comments