Browse Source

Add pip freeze to Azure Pipeline

Kevin Cummings 5 năm trước cách đây
mục cha
commit
9f36a303b7
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      azure-pipelines.yml

+ 4 - 0
azure-pipelines.yml

@@ -39,6 +39,10 @@ steps:
     python -m pip install -e ./[ci]
   displayName: 'CR-QC: Install coderedcms from local repo'
 
+- script: |
+    python -m pip freeze
+  displayName: 'CR-QC: Show installed pip packages'
+
 - script: |
     coderedcms start testproject --name="Test Project" --domain="www.example.com"
   displayName: 'CR-QC: Create starter project from template'