Skip to content

Commit

Permalink
scriptcheck.yml: fixated pylint version to avoid failures with newl…
Browse files Browse the repository at this point in the history
…y introduced checks
  • Loading branch information
firewave committed Sep 21, 2024
1 parent 703f4f2 commit 80365fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scriptcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
python -m pip install pip --upgrade
python -m pip install natsort
python -m pip install pexpect
python -m pip install pylint
python -m pip install 'pylint<=3.3.0'
python -m pip install unittest2
python -m pip install pytest
python -m pip install pygments
Expand Down

0 comments on commit 80365fb

Please sign in to comment.