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: