Skip to content

Commit

Permalink
Fix pipeline python version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Jun 5, 2019
1 parent 6700d00 commit c0f1f75
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 @@ -28,13 +28,13 @@ jobs:
strategy:
matrix:
Python27:
python.version: '2.7.15'
python.version: '2.7.16'
python.architecture: x64
Python36:
python.version: '3.6.8'
python.architecture: x64
Python37:
python.version: '3.7.2'
python.version: '3.7.3'
python.architecture: x64
maxParallel: 4
steps:
Expand All @@ -46,7 +46,7 @@ jobs:
pool:
vmImage: 'Ubuntu-16.04'
variables:
python.version: '3.7.2'
python.version: '3.7.3'
python.architecture: x64
steps:
- template: .azure-pipelines/steps/run-vendor-scripts.yml
Expand All @@ -57,7 +57,7 @@ jobs:
pool:
vmImage: 'Ubuntu-16.04'
variables:
python.version: '3.7.2'
python.version: '3.7.3'
python.architecture: x64
steps:
- template: .azure-pipelines/steps/build-package.yml
Expand Down

0 comments on commit c0f1f75

Please sign in to comment.