Commit 0b910988 authored by Petr Babic's avatar Petr Babic
Browse files

install flask in CI

parent 8bbdcd43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ jobs:
    - name: Install dependencies
      run: |
        python -m pip install --upgrade pip
        pip install pylint
        pip install pylint flask
    - name: Analysing the code with pylint
      run: |
        pylint $(git ls-files '*.py') --disable='C0114,C0115,C0116'