فهرست منبع

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

Romain 5 سال پیش
والد
کامیت
e4afbb8288
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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