Skip to content

Commit 44ae4f7

Browse files
committed
try
1 parent f5da0c2 commit 44ae4f7

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

eng/ci_tools.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ urllib3==2.2.3
3131
six==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]

eng/pipelines/templates/stages/python-analyze-weekly-standalone.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

eng/pipelines/templates/stages/python-analyze-weekly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)