We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c7c3e7 + 79624a8 commit 55d385dCopy full SHA for 55d385d
azure-pipelines.yml
@@ -19,7 +19,7 @@ stages:
19
jobs:
20
- job: Skip
21
pool:
22
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-22.04'
23
variables:
24
DECODE_PERCENTS: 'false'
25
RET: 'true'
@@ -40,7 +40,7 @@ stages:
40
- job: Lint
41
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
42
43
44
steps:
45
- task: UsePythonVersion@0
46
inputs:
@@ -59,7 +59,7 @@ stages:
59
60
- job: Linux_Python_310_32bit_full_with_asserts
61
62
63
64
- script: |
65
git submodule update --init
0 commit comments