Skip to content

Commit

Permalink
reactivate the macos CI (pydata#3920)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Mar 29, 2020
1 parent dbfb0ee commit eb8e43b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb8e43b

Please sign in to comment.