Skip to content

Commit 31fcfa2

Browse files
authored
adding a pip freeze to ensure we fully understand what our environment has (#12173)
1 parent f500870 commit 31fcfa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/steps/build-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
python -m pip install pip==20.1
3030
pip install -r eng/ci_tools.txt
3131
pip --version
32+
pip freeze
3233
displayName: 'Prep Environment'
3334
3435
- ${{ parameters.BeforeTestSteps }}

0 commit comments

Comments
 (0)