Skip to content

Commit 0ade685

Browse files
committed
Add Greek and Russian to OCR
1 parent 365ea84 commit 0ade685

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@ jobs:
4848
timeout: 120000
4949
interval: 500
5050

51+
- name: Install pytest
52+
run: python3 -m pip install pytest
53+
5154
- name: Test with unittest
52-
run: cd src; pytest
55+
run: cd src; python3 -m pytest

0 commit comments

Comments
 (0)