Skip to content

Commit

Permalink
Updated requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh5461 committed Sep 3, 2023
1 parent 1d73a98 commit 5bf7500
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:
python-version: 3.8

- name: Apt install dependencies
run: |
sudo apt install tesseract-ocr -y
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Pytest
run: pytest --disable-warnings .

0 comments on commit 5bf7500

Please sign in to comment.