Skip to content

Commit 494261b

Browse files
authored
update python autorest pr (Azure#30328)
1 parent 37a6af9 commit 494261b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/pipelines/autorest_checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ variables:
1717
NodeVersion: '18.x'
1818
PythonVersion: '3.7'
1919
auto_rest_clone_url: 'https://github.com/Azure/autorest.python.git'
20-
repo_branch: 'autorestv3'
2120
source_path_azure_core: 'sdk/core/azure-core'
2221
source_path_azure_mgmt_core: 'sdk/core/azure-mgmt-core'
2322

@@ -40,10 +39,9 @@ jobs:
4039
versionSpec: $(PythonVersion)
4140

4241
- script: |
43-
npm install -g pnpm@7.27.1
42+
npm install -g pnpm
4443
git clone $(auto_rest_clone_url)
4544
cd autorest.python
46-
git checkout $(repo_branch)
4745
pnpm install
4846
displayName: 'Prepare Environment'
4947

0 commit comments

Comments
 (0)