Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh5461 committed Sep 3, 2023
1 parent be2ce10 commit 30b65ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
python-version: 3.8

- name: Apt install dependencies
run: |
sudo apt-get tesseract-ocr
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 30b65ae

Please sign in to comment.