Skip to content

Commit

Permalink
test: Pin pylint to a specific version in GitHub Actions
Browse files Browse the repository at this point in the history
This should prevent us from failing new pylint rules without any code
changes on our part.

Change-Id: If8b8c2a180e921cdfc3b99a9e17a798599ebe19b
  • Loading branch information
joeyparrish committed Oct 13, 2021
1 parent 5181ea1 commit d02b960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom-actions/lint-packager/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02b960

Please sign in to comment.