Skip to content

Commit ebc41c9

Browse files
committed
CI: pin pylint
Pin pylint version to workaround pylint-dev/pylint#3524
1 parent 76c36a6 commit ebc41c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_mypy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v1
2020
with:
2121
python-version: '3.x'
22-
- run: python -m pip install pylint
22+
- run: python -m pip install pylint==2.4.4
2323
- run: pylint mesonbuild
2424

2525
mypy:

0 commit comments

Comments
 (0)