Skip to content

Commit

Permalink
Constrain Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
digimaun committed Oct 27, 2020
1 parent 21b8814 commit c010a3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-devops/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- template: templates/run-tests.yml
parameters:
pythonVersion: '3.x'
pythonVersion: '3.8.x'

- job: 'run_unit_tests_windows'
dependsOn : [ 'build_and_publish_azure_iot_cli_ext', 'build_and_publish_azure_cli_test_sdk']
Expand All @@ -82,7 +82,7 @@ jobs:

- template: templates/run-tests.yml
parameters:
pythonVersion: '3.x'
pythonVersion: '3.8.x'

- job: 'run_style_check'
dependsOn: ['build_and_publish_azure_iot_cli_ext', 'build_and_publish_azure_cli_test_sdk']
Expand All @@ -92,7 +92,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
versionSpec: '3.8.x'
architecture: 'x64'

- template: templates/install-azure-cli-released.yml
Expand All @@ -117,7 +117,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
versionSpec: '3.6.x'
architecture: 'x64'

- template: templates/install-configure-azure-cli.yml
Expand Down

0 comments on commit c010a3a

Please sign in to comment.