Skip to content

Commit

Permalink
Merge pull request #353 from hugovk/renovate/usepythonversion-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 2, 2022
2 parents 1811f43 + 161c445 commit a89adec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/jobs/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python.version: "3.7"

steps:
- task: UsePythonVersion@0
- task: UsePythonVersion@0.206.0
inputs:
versionSpec: "$(python.version)"
architecture: "x64"
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/jobs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python.version: "3.10"

steps:
- task: UsePythonVersion@0
- task: UsePythonVersion@0.206.0
inputs:
versionSpec: "$(python.version)"
architecture: "x64"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
vmImage: "ubuntu-latest"

steps:
- task: UsePythonVersion@0
- task: UsePythonVersion@0.206.0
inputs:
versionSpec: "3.x"
architecture: "x64"
Expand Down

0 comments on commit a89adec

Please sign in to comment.