Skip to content

Commit

Permalink
Use specific pylint version
Browse files Browse the repository at this point in the history
Signed-off-by: aapozd <[email protected]>
  • Loading branch information
aaletov committed May 25, 2024
1 parent 40015c0 commit 3b21f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint==3.2.2
- name: Analysing the code with pylint
run: |
pylint --rcfile ${{ github.workspace }}/pylintrc \
Expand Down

0 comments on commit 3b21f85

Please sign in to comment.