Skip to content

Commit 9fc005b

Browse files
committed
Add Greek and Russian to OCR
1 parent 0ade685 commit 9fc005b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ jobs:
2121
with:
2222
python-version: '3.11'
2323

24-
- name: Install just commander and uv
24+
- name: Install just commander
2525
run: |
2626
sudo apt-get update
2727
sudo apt-get install -y just
28-
curl -LsSf https://astral.sh/uv/install.sh | sh
2928
3029
- name: Install dependencies
31-
run: uv pip install --python=$(which python3) -r dev-requirements.txt
30+
run: python3 -m pip install -r dev-requirements.txt
3231

3332
- name: Lint with black
3433
run: black --line-length 125 . --check
@@ -48,8 +47,5 @@ jobs:
4847
timeout: 120000
4948
interval: 500
5049

51-
- name: Install pytest
52-
run: python3 -m pip install pytest
53-
5450
- name: Test with unittest
5551
run: cd src; python3 -m pytest

0 commit comments

Comments
 (0)