Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
Test for MacOS disabled
  • Loading branch information
NNTin authored Dec 10, 2021
1 parent ad7afed commit af478ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
PYTHON_VERSION: '3.6'
IMAGE_NAME: 'ubuntu-latest'
TOXENV: 'py36'
Python36-MacOSX:
PYTHON_VERSION: '3.6'
IMAGE_NAME: 'macOS-latest'
TOXENV: 'py36'
# Python36-MacOSX:
# PYTHON_VERSION: '3.6'
# IMAGE_NAME: 'macOS-latest'
# TOXENV: 'py36'

pool:
vmImage: '$(IMAGE_NAME)'
Expand Down

0 comments on commit af478ba

Please sign in to comment.