test: Pin pylint to a specific version in GitHub Actions
This should prevent us from failing new pylint rules without any code changes on our part. Change-Id: If8b8c2a180e921cdfc3b99a9e17a798599ebe19b
This commit is contained in:
parent
5181ea1d3f
commit
d02b960452
|
@ -18,7 +18,7 @@ runs:
|
|||
rm git-clang-format
|
||||
echo "::endgroup::"
|
||||
echo "::group::Installing pylint"
|
||||
python3 -m pip install --upgrade pylint
|
||||
python3 -m pip install --upgrade pylint==2.8.3
|
||||
echo "::endgroup::"
|
||||
echo "::group::Check clang-format for C++ sources"
|
||||
# NOTE: --binary forces use of global clang-format (which works) instead
|
||||
|
|
Loading…
Reference in New Issue