Explorar el Código

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

Romain hace 5 años
padre
commit
e4afbb8288
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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