Skip to content

Commit 272bb6a

Browse files
committed
ci: add pytest dependency
1 parent c524206 commit 272bb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gen_whl_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Unit testings with rapidocr
2525
run: |
2626
pip install -r requirements.txt
27+
pip install pytest
2728
pytest tests/test*.py
2829
2930
GenerateWHL_PushPyPi:

0 commit comments

Comments
 (0)