Skip to content

Commit

Permalink
Squashed '.subtrees/screen-ocr/' changes from e3596a7..be5771e
Browse files Browse the repository at this point in the history
be5771e Added deploy_repo_guide.yml.
d735574 Remove unused requirements.txt.
e3d8e19 Remove JaroWinkler dependency (now part of RapidFuzz).

git-subtree-dir: .subtrees/screen-ocr
git-subtree-split: be5771e89f95d92bc962b376ddb0faab0a07f0d5
  • Loading branch information
wolfmanstout committed Jan 3, 2025
1 parent 824a33c commit 6166531
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy_repo_guide.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Publish documentation generated by repo-guide

on:
workflow_dispatch:

permissions:
contents: write

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wolfmanstout/deploy-repo-guide@676e45aa00ddaaf779681aa3f69687f50b927e5a
with:
gemini-key: ${{ secrets.LLM_GEMINI_KEY }}
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion screen_ocr/_screen_ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
except ImportError:
print("Attempting to fall back to pure python rapidfuzz")
os.environ["RAPIDFUZZ_IMPLEMENTATION"] = "python"
os.environ["JAROWINKLER_IMPLEMENTATION"] = "python"
from rapidfuzz import fuzz

from . import _base
Expand Down

0 comments on commit 6166531

Please sign in to comment.