diff options
Diffstat (limited to '.azurepipelines/Ubuntu-PatchCheck.yml')
-rw-r--r-- | .azurepipelines/Ubuntu-PatchCheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azurepipelines/Ubuntu-PatchCheck.yml b/.azurepipelines/Ubuntu-PatchCheck.yml index d55c238592..1bc28176b6 100644 --- a/.azurepipelines/Ubuntu-PatchCheck.yml +++ b/.azurepipelines/Ubuntu-PatchCheck.yml @@ -27,7 +27,7 @@ steps: - task: UsePythonVersion@0
inputs:
- versionSpec: '3.9.x'
+ versionSpec: '3.8.x'
architecture: 'x64'
- script: |
|