Skip to content

Commit

Permalink
list installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed May 14, 2024
1 parent 2189cd7 commit a42baf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ steps:
workingDirectory: $(Build.SourcesDirectory)/autorest.python/

- script: pip list
displayname: List installed packages
displayName: List installed packages
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/${{parameters.folderName}}

- script: pip install -r dev_requirements.txt
displayName: Pip install dev requirements
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/${{parameters.folderName}}

- script: pip list
displayname: List installed packages
displayName: List installed packages
workingDirectory: $(Build.SourcesDirectory)/autorest.python/packages/${{parameters.folderName}}

- script: pylint ${{parameters.pythonFolderName}}
Expand Down

0 comments on commit a42baf1

Please sign in to comment.