Skip to content

Commit 38e7c6c

Browse files
committed
Use python 3.12 by default for linting
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 9626767 commit 38e7c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
enable-cache: true
1515
cache-dependency-glob: "uv.lock"
1616
- name: Set up Python
17-
run: uv python install
17+
run: uv python install 3.12
1818
- name: Install the project
1919
run: uv sync --all-extras --dev
2020
- name: Lint
@@ -37,5 +37,5 @@ jobs:
3737
run: uv python install ${{ matrix.python-version }}
3838
- name: Install the project
3939
run: uv sync --all-extras --dev
40-
- name: Lint
40+
- name: Run tests
4141
run: uv run pytest tests

0 commit comments

Comments
 (0)