Bläddra i källkod

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

Romain 5 år sedan
förälder
incheckning
e4afbb8288
1 ändrade filer med 2 tillägg och 0 borttagningar
  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