We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017b8fd commit bb07136Copy full SHA for bb07136
.github/workflows/gen_whl_to_pypi_rapidocr.yml
@@ -30,9 +30,9 @@ jobs:
30
pip install -r requirements.txt
31
pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime
32
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
33
- python -m pip install paddlepaddle==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
+ python -m pip install paddlepaddle==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
34
35
- pytest tests/test_main.py
+ pytest tests/test_*.py
36
37
GenerateWHL_PushPyPi:
38
needs: UnitTesting
0 commit comments