Skip to content

Commit 23169ef

Browse files
committed
Add Greek and Russian to OCR
1 parent 46ee90a commit 23169ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
curl -LsSf https://astral.sh/uv/install.sh | sh
2929
3030
- name: Install dependencies
31-
run: uv pip install --system -r dev-requirements.txt
31+
run: uv pip install --python=$(which python3) -r dev-requirements.txt
3232

3333
- name: Lint with black
3434
run: black --line-length 125 . --check

0 commit comments

Comments
 (0)