We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f500870 commit 31fcfa2Copy full SHA for 31fcfa2
eng/pipelines/templates/steps/build-test.yml
@@ -29,6 +29,7 @@ steps:
29
python -m pip install pip==20.1
30
pip install -r eng/ci_tools.txt
31
pip --version
32
+ pip freeze
33
displayName: 'Prep Environment'
34
35
- ${{ parameters.BeforeTestSteps }}
0 commit comments