Skip to content

Commit

Permalink
CI - temporarily test with pylint-2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Oct 3, 2024
1 parent 76995dc commit d52ac85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
python-version: '3.12'
architecture: 'x64'
- name: Install Pylint
# TODO: #210 - install the latest pylint below
run: |
python -m pip install --upgrade pip
pip install pylint
pip install 'pylint<3'
- name: Pylint check
run: dev_tools/pylint

0 comments on commit d52ac85

Please sign in to comment.