瀏覽代碼

Add pip freeze to Azure Pipeline

Kevin Cummings 5 年之前
父節點
當前提交
9f36a303b7
共有 1 個文件被更改,包括 4 次插入0 次删除
  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'