Skip to content

Commit d81b921

Browse files
authored
Update pylint.yml
1 parent 72217c6 commit d81b921

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10"]
10+
python-version: [ "3.10"]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up Python ${{ matrix.python-version }}
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint
21+
pip install .
2122
- name: Analysing the code with pylint
2223
run: |
2324
pylint $(git ls-files '*.py')

0 commit comments

Comments
 (0)