From 33e982b3fdebb6163dc3b09f4e7b2f246b765962 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 26 Apr 2020 00:37:14 -0700 Subject: [PATCH] azure: add certifi, openssl for macOS --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d92fb39..ac6226ac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: |