Skip to content

Commit efb0ed4

Browse files
committed
ci: add python-bidi dependence
1 parent 7d88c84 commit efb0ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen_whl_to_pypi_rapidocr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
cd python
3030
pip install -r requirements.txt
31-
pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime
31+
pip install pytest wheel get_pypi_latest_version openvino==2023.3.0 onnxruntime python-bidi
3232
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
3333
python -m pip install paddlepaddle==3.1.1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
3434

0 commit comments

Comments
 (0)