Skip to content

Commit 0076b86

Browse files
committed
Upgrade pycodestyle test dependency
1 parent 80f3801 commit 0076b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
python -m pip install --requirement requirements.txt
34-
python -m pip install pycodestyle==2.6.0 pytest
34+
python -m pip install pycodestyle==2.14.0 pytest
3535
sudo apt-get update
3636
sudo apt-get install -y build-essential libpoppler-cpp-dev pkg-config python3-dev tesseract-ocr
3737
python -m pip install pdftotext docutils pygments pytesseract pillow jq

0 commit comments

Comments
 (0)