Skip to content

Commit 190717c

Browse files
committed
try lint on 3.12 without matrix
1 parent 5030e1b commit 190717c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,14 @@ env:
2424

2525
jobs:
2626
lint:
27-
runs-on: ${{ matrix.os }}
28-
strategy:
29-
matrix:
30-
os: [ubuntu-latest]
31-
python-version: ["3.11"]
32-
27+
runs-on: ubuntu-latest
3328
steps:
3429
- uses: actions/checkout@v4
3530

36-
- name: Set up Python 3.11
31+
- name: Set up Python 3.12
3732
uses: actions/setup-python@v5
3833
with:
39-
python-version: "3.11"
34+
python-version: "3.12"
4035

4136
- name: Install uv
4237
uses: astral-sh/setup-uv@v1

0 commit comments

Comments
 (0)