Skip to content

Commit 08fd134

Browse files
authored
Fix Python warning in pipeline. (#2165)
1 parent cac48ab commit 08fd134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/mirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ extends:
6060
artifactFeeds: 'DevDiv/PerfView-Mirror'
6161

6262
- task: UsePythonVersion@0
63-
displayName: 'Use Python 3.11.x'
63+
displayName: 'Use Python 3.11'
6464
inputs:
65-
versionSpec: 3.11.x
65+
versionSpec: '3.11'
6666

6767
- task: CmdLine@2
6868
displayName: 'Update pip to latest'

0 commit comments

Comments
 (0)