We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8ff2c commit e4d9945Copy full SHA for e4d9945
.azure-pipelines/update_pr.yml
@@ -18,7 +18,7 @@ steps:
18
inputs:
19
versionSpec: 3.7
20
21
-- script: python3 -m pip install -e "git+https://github.com/Azure/azure-sdk-for-python#subdirectory=azure-sdk-tools&egg=azure-sdk-tools"
+- script: python3 -m pip install -e "git+https://github.com/Azure/azure-sdk-for-python#subdirectory=tools/azure-sdk-tools&egg=azure-sdk-tools"
22
displayName: 'Install Azure SDK tools'
23
24
- script: python3 -m packaging_tools.update_pr -v --pr-number $(System.PullRequest.PullRequestNumber) --repo $(Build.Repository.Name)
0 commit comments