azure: add certifi, openssl for macOS

This commit is contained in:
James R. Barlow 2020-04-26 00:37:14 -07:00
parent 43d650e78c
commit 33e982b3fd
No known key found for this signature in database
GPG Key ID: 4434EB74C4A35F7F

View File

@ -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: |