Skip to content

Commit e3fea7e

Browse files
committed
CI: add pip list to azure pipeline
1 parent a367714 commit e3fea7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ stages:
138138
- script: env
139139
displayName: 'print env'
140140

141+
- script: pip list
142+
displayName: 'print pip'
143+
141144
- bash: |
142145
PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
143146
[[ "$PYTHON_VERSION" = 'Pre' ]]

0 commit comments

Comments
 (0)