Skip to content

Commit c5aae37

Browse files
authored
remove pip installing of autorest.python (Azure#19823)
1 parent 9033064 commit c5aae37

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

eng/pipelines/templates/steps/verify-autorest.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,6 @@ steps:
3232
autorest --help
3333
displayName: "Install autorest"
3434
35-
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
36-
parameters:
37-
Paths:
38-
- "/*"
39-
Repositories:
40-
- Name: "Azure/autorest.python"
41-
Commitish: "autorestv3"
42-
WorkingDirectory: "$(Build.SourcesDirectory)/autorest.python"
43-
SkipDefaultCheckout: true
44-
45-
- script: |
46-
python --version
47-
pip install -r eng/autorest_req.txt
48-
cd autorest.python
49-
npm install
50-
displayName: 'Prepare Environment'
51-
5235
- task: PythonScript@0
5336
displayName: 'Verify autorest'
5437
inputs:

0 commit comments

Comments
 (0)