Browse Source

HUE-9447 [ci] Add pip install of pylint and pylint_django

Romain 5 năm trước cách đây
mục cha
commit
e4afbb8288
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.circleci/config.yml

@@ -107,6 +107,8 @@ jobs:
       - run:
           name: run python lints
           command: |
+            /usr/share/hue/build/env/bin/pip install pylint==1.9.5 pylint-django==0.7.2
+
             cd ~/repo
 
             /usr/share/hue/build/env/bin/pip install pylint==1.7.5 pylint-django==0.7.2