Skip to content

Commit

Permalink
Merge pull request facebook#1255 from rasaha91/fix-missing-requests
Browse files Browse the repository at this point in the history
Fix missing requests python package
  • Loading branch information
rasaha91 committed Jul 12, 2022
1 parent 9c91703 commit 3d8691c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ado/templates/download-android-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ steps:
- task: CmdLine@2
displayName: 'Verify Dependencies can be enumerated'
inputs:
script: pip3 install maven-dependency-utils==1.22.0 && python3 .ado/downloadAndroidDependencies.py $(Build.SourcesDirectory) && tree $(Build.SourcesDirectory)/android
script: pip3 install maven-dependency-utils==1.22.0 requests && python3 .ado/downloadAndroidDependencies.py $(Build.SourcesDirectory) && tree $(Build.SourcesDirectory)/android

0 comments on commit 3d8691c

Please sign in to comment.