Update pylint.yml

Tweaking
This commit is contained in:
Jamie Hardt
2024-07-07 22:16:46 -07:00
committed by GitHub
parent d7a30275d1
commit dc1c6cc742

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
@@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install .
pip install tqdm
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')