Skip to content

Commit

Permalink
Removed errors in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh5461 committed Sep 6, 2023
1 parent dc9f182 commit bb96b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
python-version: 3.8

run: |
- name: Apt install dependencies
run: |
sudo apt-get update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
Expand Down

0 comments on commit bb96b7f

Please sign in to comment.