diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index dfc03a1..82aa08b 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -11,14 +11,13 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5.2.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint - pip install -t requirements.txt + pip install pylint flask gunicorn pyproj pyshp shapely - name: Analysing the code with pylint run: | pylint $(git ls-files '*.py')