We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f3801 commit 0076b86Copy full SHA for 0076b86
.github/workflows/unit-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
python -m pip install --requirement requirements.txt
34
- python -m pip install pycodestyle==2.6.0 pytest
+ python -m pip install pycodestyle==2.14.0 pytest
35
sudo apt-get update
36
sudo apt-get install -y build-essential libpoppler-cpp-dev pkg-config python3-dev tesseract-ocr
37
python -m pip install pdftotext docutils pygments pytesseract pillow jq
0 commit comments