We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29bd81e commit cff0f2bCopy full SHA for cff0f2b
azure/build-prereqs.yml
@@ -5,8 +5,9 @@ parameters:
5
6
steps:
7
- task: UsePythonVersion@0
8
+ displayName: 'Use Python 3.13'
9
inputs:
- versionSpec: '3.8'
10
+ versionSpec: '3.13'
11
12
- bash: |
13
tfenv use 0.14.6
azure/utils-pr-pipeline.yml
@@ -30,9 +30,9 @@ jobs:
30
clean: all
31
32
33
- displayName: 'Use Python 3.8'
34
35
- versionSpec: 3.8
+ versionSpec: 3.13
36
37
38
instance_id="$(curl -s http://169.254.169.254/latest/meta-data/instance-id)"
0 commit comments