Skip to content

Commit 86923d0

Browse files
committed
Update ci.yml
1 parent 807229b commit 86923d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
lint:
1111
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
python-version: ["3.12"]
15+
1216
steps:
1317
- uses: actions/checkout@v4
1418

@@ -20,7 +24,7 @@ jobs:
2024
- name: Set up Python
2125
uses: actions/setup-python@v5
2226
with:
23-
python-version: "pyproject.toml"
27+
python-version: "3.12"
2428

2529
- name: Install the project
2630
run: uv sync --all-extras
@@ -49,7 +53,7 @@ jobs:
4953
- name: Set up Python ${{ matrix.python-version }}
5054
uses: actions/setup-python@v5
5155
with:
52-
python-version: "pyproject.toml"
56+
python-version: "3.12"
5357

5458
- name: Install the project
5559
run: uv sync --all-extras

0 commit comments

Comments
 (0)