Skip to content

Commit

Permalink
Fix Python warning in pipeline. (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored Feb 4, 2025
1 parent cac48ab commit 08fd134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ extends:
artifactFeeds: 'DevDiv/PerfView-Mirror'

- task: UsePythonVersion@0
displayName: 'Use Python 3.11.x'
displayName: 'Use Python 3.11'
inputs:
versionSpec: 3.11.x
versionSpec: '3.11'

- task: CmdLine@2
displayName: 'Update pip to latest'
Expand Down

0 comments on commit 08fd134

Please sign in to comment.