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 c524206 commit 272bb6aCopy full SHA for 272bb6a
.github/workflows/gen_whl_to_pypi.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Unit testings with rapidocr
25
run: |
26
pip install -r requirements.txt
27
+ pip install pytest
28
pytest tests/test*.py
29
30
GenerateWHL_PushPyPi:
0 commit comments