Skip to content

Commit eb8e43b

Browse files
authored
reactivate the macos CI (#3920)
1 parent dbfb0ee commit eb8e43b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,15 @@ jobs:
3232
steps:
3333
- template: ci/azure/unit-tests.yml
3434

35-
# excluded while waiting for https://github.com/conda-forge/libwebp-feedstock/issues/26
36-
# - job: MacOSX
37-
# strategy:
38-
# matrix:
39-
# py38:
40-
# conda_env: py38
41-
# pool:
42-
# vmImage: 'macOS-10.15'
43-
# steps:
44-
# - template: ci/azure/unit-tests.yml
35+
- job: MacOSX
36+
strategy:
37+
matrix:
38+
py38:
39+
conda_env: py38
40+
pool:
41+
vmImage: 'macOS-10.15'
42+
steps:
43+
- template: ci/azure/unit-tests.yml
4544

4645
- job: Windows
4746
strategy:

0 commit comments

Comments
 (0)