From 61c900f95484b35c6aacd747978b16ebb96e4857 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 15 Jul 2021 12:07:31 -0400 Subject: [PATCH] remove pip installing of autorest.python --- .../templates/steps/verify-autorest.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/eng/pipelines/templates/steps/verify-autorest.yml b/eng/pipelines/templates/steps/verify-autorest.yml index 0ae48384d5f7..0d6b19f2bf4a 100644 --- a/eng/pipelines/templates/steps/verify-autorest.yml +++ b/eng/pipelines/templates/steps/verify-autorest.yml @@ -32,23 +32,6 @@ steps: autorest --help displayName: "Install autorest" - - template: /eng/common/pipelines/templates/steps/sparse-checkout.yml - parameters: - Paths: - - "/*" - Repositories: - - Name: "Azure/autorest.python" - Commitish: "autorestv3" - WorkingDirectory: "$(Build.SourcesDirectory)/autorest.python" - SkipDefaultCheckout: true - - - script: | - python --version - pip install -r eng/autorest_req.txt - cd autorest.python - npm install - displayName: 'Prepare Environment' - - task: PythonScript@0 displayName: 'Verify autorest' inputs: