Skip to content

Commit

Permalink
ci(rapidocr_paddle): update paddpaddle version
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jan 17, 2025
1 parent 67ae463 commit 86ae3f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gen_whl_to_pypi_rapidocr_paddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86ae3f5

Please sign in to comment.