Skip to content

Commit cd566d2

Browse files
jon-turneydcbaker
authored andcommitted
CI: pin pylint
Pin pylint version to workaround pylint-dev/pylint#3524
1 parent c5d2299 commit cd566d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint_mypy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- uses: actions/setup-python@v1
2020
with:
2121
python-version: '3.x'
22-
- run: python -m pip install pylint
22+
# pylint version constraint can be removed when https://github.com/PyCQA/pylint/issues/3524 is resolved
23+
- run: python -m pip install pylint==2.4.4
2324
- run: pylint mesonbuild
2425

2526
mypy:

0 commit comments

Comments
 (0)