fix/uv-setup #21

Merged
jkuhl merged 27 commits from fix/uv-setup into develop 2026-03-23 12:40:22 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0c01d18ecb - Show all commits

use python 3.12 for mypy and ruff

Justus Kuhlmann 2026-03-20 15:56:31 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib