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 e402cd2 commit 1590036Copy full SHA for 1590036
.github/workflows/publish_whl.yml
@@ -29,12 +29,8 @@ jobs:
29
wget $DEFAULT_MODEL -P rapid_table/models
30
31
pip install -r requirements.txt
32
- pip install rapidocr
33
- pip install torch
34
- pip install torchvision
35
- pip install tokenizers
36
- pip install pytest
37
- pytest tests/test_main.py
+ pip install rapidocr onnxruntime torch torchvision tokenizers pytest
+ pytest tests/*.py
38
39
GenerateWHL_PushPyPi:
40
needs: UnitTesting
0 commit comments