Skip to content

Commit

Permalink
Fixed workflow for unit testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Feb 13, 2024
1 parent 802505f commit 9715c64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Install dependencies
run: pdm install
- name: Install tesseract
run:
- sudo apt update
- sudo apt install -y tesseract-ocr
- sudo apt install -y tesseract-ocr-rus
run: |
sudo apt update
sudo apt install -y tesseract-ocr
sudo apt install -y tesseract-ocr-rus
- name: Run pytest
run: pdm run ci-pytest

0 comments on commit 9715c64

Please sign in to comment.