CI: pin pylint

Pin pylint version to workaround https://github.com/PyCQA/pylint/issues/3524
pull/7042/head
Jon Turney 4 years ago committed by Dylan Baker
parent c5d2299cac
commit cd566d2bd5
  1. 3
      .github/workflows/lint_mypy.yml

@ -19,7 +19,8 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: '3.x'
- run: python -m pip install pylint
# pylint version constraint can be removed when https://github.com/PyCQA/pylint/issues/3524 is resolved
- run: python -m pip install pylint==2.4.4
- run: pylint mesonbuild
mypy:

Loading…
Cancel
Save