Use python 3.12 by default for linting

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
This commit is contained in:
Yurii Serhiichuk 2024-09-29 12:03:47 +02:00
parent 9626767536
commit 38e7c6c5d7
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Set up Python
run: uv python install
run: uv python install 3.12
- name: Install the project
run: uv sync --all-extras --dev
- name: Lint
@ -37,5 +37,5 @@ jobs:
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --all-extras --dev
- name: Lint
- name: Run tests
run: uv run pytest tests