From 40d11e927ab826975ed6129dc12329402a6dc66e Mon Sep 17 00:00:00 2001 From: Keewis Date: Sun, 29 Mar 2020 23:17:16 +0200 Subject: [PATCH] reactivate the macos CI --- azure-pipelines.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d43de7b1d5..ce95fca1ba1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,16 +32,15 @@ jobs: steps: - template: ci/azure/unit-tests.yml -# excluded while waiting for https://github.com/conda-forge/libwebp-feedstock/issues/26 -# - job: MacOSX -# strategy: -# matrix: -# py38: -# conda_env: py38 -# pool: -# vmImage: 'macOS-10.15' -# steps: -# - template: ci/azure/unit-tests.yml +- job: MacOSX + strategy: + matrix: + py38: + conda_env: py38 + pool: + vmImage: 'macOS-10.15' + steps: + - template: ci/azure/unit-tests.yml - job: Windows strategy: