Skip to content

Commit

Permalink
pin pylint to <3.0.0 to avoid too-many-arguments issue
Browse files Browse the repository at this point in the history
see:
- pylint-dev/pylint#8667 (cause of the problem)
- pylint-dev/pylint#9099 (potential solution)
  • Loading branch information
abulenok authored Oct 5, 2023
1 parent fbe99e7 commit eca51ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests+artifacts+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint nbqa
# TODO #1160 https://github.com/pylint-dev/pylint/issues/9099
pip install pylint<3.0.0 nbqa
pip install pdoc3 # (pdoc3 for checking the .github/workflows/pdoc_index_workaround.py)
pip install -r tests/devops_tests/requirements.txt
pip install -e ./examples[tests]
Expand Down

0 comments on commit eca51ac

Please sign in to comment.