Skip to content

Commit

Permalink
use $(imageName) for pool.vmImage
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Nov 12, 2021
1 parent f48a284 commit db04eee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -187,8 +187,6 @@ stages:
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'

- job: macos_tests
pool:
vmImage: 'macOS-latest'
strategy:
matrix:
Python36:
Expand All @@ -198,9 +196,13 @@ stages:
Python37:
python.version: '3.7'
TOXENV: 'py37'
imageName: 'macos-latest'
Python38:
python.version: '3.8'
TOXENV: 'py38'
imageName: 'macos-latest'
pool:
vmImage: '$(imageName)'
variables:
TOXENV: '$(TOXENV)'
steps:
Expand Down

0 comments on commit db04eee

Please sign in to comment.