From 86ae3f5079df3422c1829cd84baf19bc8a7a9453 Mon Sep 17 00:00:00 2001 From: SWHL Date: Fri, 17 Jan 2025 09:43:51 +0800 Subject: [PATCH] ci(rapidocr_paddle): update paddpaddle version --- .github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml b/.github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml index 8eafe74e..a79fa0e9 100644 --- a/.github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml +++ b/.github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml @@ -40,7 +40,8 @@ jobs: cp -r models/* python/rapidocr_paddle/models/ cd python pip install -r requirements_paddle.txt - pip install pytest wheel get_pypi_latest_version paddlepaddle + pip install pytest wheel get_pypi_latest_version + pip install paddlepaddle==3.0.0rc0 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ cd tests pytest test_paddle.py