File tree Expand file tree Collapse file tree
pipelines/templates/stages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,5 +31,4 @@ urllib3==2.2.3
3131six==1.17.0
3232
3333# local dev packages
34- ./tools/azure-sdk-tools[build]
35- ./tools/azure-sdk-tools[ghtools]
34+ ./tools/azure-sdk-tools[build]
Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ extends:
9393 env :
9494 GH_TOKEN : $(azuresdk-github-pat)
9595
96+ - script : |
97+ python -m pip install PyGithub>=1.59.0
98+ python -m pip install requests>=2.0
99+ displayName: 'Prep Environment'
96100 - task : PythonScript@0
97101 displayName : ' Update vNext Issues with build info'
98102 continueOnError : true
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ stages:
9090 env :
9191 GH_TOKEN : $(azuresdk-github-pat)
9292
93+ - script : |
94+ python -m pip install PyGithub>=1.59.0
95+ python -m pip install requests>=2.0
96+ displayName: 'Prep Environment'
9397 - task : PythonScript@0
9498 displayName : ' Update vNext Issues with build info'
9599 continueOnError : true
You can’t perform that action at this time.
0 commit comments