Skip to content

Commit 12a70fb

Browse files
fixes
1 parent 46cd697 commit 12a70fb

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ name: Pylint
33
on: pull_request
44

55
jobs:
6-
build:
6+
pylint:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
8+
119
steps:
1210
- uses: actions/checkout@v4
13-
- name: Set up Python ${{ matrix.python-version }}
11+
12+
- name: Set up Python 3.12
1413
uses: actions/setup-python@v3
1514
with:
16-
python-version: ${{ matrix.python-version }}
15+
python-version: "3.12"
1716
- name: Install dependencies
1817
run: |
1918
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)