add setup python
Some checks failed
Ruff / ruff (push) Waiting to run
Mypy / mypy (push) Failing after 16s
Pytest / pytest (3.12) (push) Failing after 1m35s
Pytest / pytest (3.13) (push) Failing after 1m13s
Pytest / pytest (3.14) (push) Has been cancelled

This commit is contained in:
Justus Kuhlmann 2026-03-20 15:49:35 +01:00
commit 4a821006ed
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -28,6 +28,10 @@ jobs:
uses: https://github.com/RouxAntoine/checkout@v4.1.8
with:
show-progress: true
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
with: