mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-12-30 00:31:59 +00:00
azure: add certifi, openssl for macOS
This commit is contained in:
parent
43d650e78c
commit
33e982b3fd
@ -168,12 +168,13 @@ stages:
|
||||
jbig2enc \
|
||||
leptonica \
|
||||
openjpeg \
|
||||
openssl \
|
||||
pngquant \
|
||||
tesseract \
|
||||
unpaper
|
||||
displayName: "Install system packages"
|
||||
- bash: |
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --upgrade pip certifi
|
||||
pip3 install -r requirements/main.txt -r requirements/test.txt .
|
||||
displayName: "Install Python packages"
|
||||
- bash: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user