Skip to content

Commit 100d113

Browse files
authored
Upgrade pycodestyle test dependency (#847)
1 parent 80f3801 commit 100d113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)