Skip to content

Commit bb07136

Browse files
committed
ci: fixed the error of running unit testing code
1 parent 017b8fd commit bb07136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gen_whl_to_pypi_rapidocr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
pip install -r requirements.txt
3131
pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime
3232
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/
33+
python -m pip install paddlepaddle==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
3434
35-
pytest tests/test_main.py
35+
pytest tests/test_*.py
3636
3737
GenerateWHL_PushPyPi:
3838
needs: UnitTesting

0 commit comments

Comments
 (0)