Skip to content

Commit

Permalink
[EngSys] remove Use Python step from JS pipelines (#31677)
Browse files Browse the repository at this point in the history
we don't need a specific version of Python. The one available on the
build agent should be enough.
  • Loading branch information
jeremymeng authored Nov 7, 2024
1 parent ab06e98 commit d96a050
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eng/pipelines/templates/steps/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ steps:
parameters:
AgentImage: $(OSVmImage)

- task: UsePythonVersion@0
displayName: "Use Python 3.9"
inputs:
versionSpec: "3.9"

- template: use-node-version.yml

0 comments on commit d96a050

Please sign in to comment.