Skip to content

Commit

Permalink
[Azure Pipelines] Use Python 3.8.x for Safari test-suite runs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Nov 11, 2020
1 parent 745dadd commit 1171398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7.x'
versionSpec: '3.8.x'
- template: tools/ci/azure/affected_tests.yml
parameters:
artifactName: 'safari-preview-affected-tests'
Expand All @@ -58,7 +58,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7.x'
versionSpec: '3.8.x'
- template: tools/ci/azure/affected_tests.yml
parameters:
checkoutCommit: 'HEAD^1'
Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7.x'
versionSpec: '3.8.x'
- template: tools/ci/azure/checkout.yml
- template: tools/ci/azure/pip_install.yml
parameters:
Expand Down Expand Up @@ -639,7 +639,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '2.7.x'
versionSpec: '3.8.x'
- template: tools/ci/azure/checkout.yml
- template: tools/ci/azure/pip_install.yml
parameters:
Expand Down

0 comments on commit 1171398

Please sign in to comment.