Skip to content

Commit 1590036

Browse files
committed
ci: update publish script
1 parent e402cd2 commit 1590036

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/publish_whl.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ jobs:
2929
wget $DEFAULT_MODEL -P rapid_table/models
3030
3131
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
32+
pip install rapidocr onnxruntime torch torchvision tokenizers pytest
33+
pytest tests/*.py
3834
3935
GenerateWHL_PushPyPi:
4036
needs: UnitTesting

0 commit comments

Comments
 (0)