Skip to content

Commit

Permalink
Install setuptools in pylint Github action
Browse files Browse the repository at this point in the history
It seems that setuptools no longer comes pre-installed with Python 3.12.
  • Loading branch information
graveljp committed Feb 1, 2025
1 parent 8682bcd commit 1db54ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
pip install pylint
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install setuptools
- name: Analyzing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 1db54ab

Please sign in to comment.