roll out changes
Some checks failed
Mypy / mypy (push) Failing after 1m9s
Pytest / pytest (3.12) (push) Failing after 1m18s
Pytest / pytest (3.13) (push) Failing after 1m13s
Pytest / pytest (3.14) (push) Failing after 1m17s
Ruff / ruff (push) Failing after 40s

This commit is contained in:
Justus Kuhlmann 2026-03-20 15:52:57 +01:00
commit f05caf572d
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
3 changed files with 10 additions and 9 deletions

View file

@ -19,11 +19,12 @@ jobs:
uses: https://github.com/RouxAntoine/checkout@v4.1.8
with:
show-progress: true
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6.8.0
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python "3.12"
- name: Run tests

View file

@ -29,13 +29,11 @@ jobs:
with:
show-progress: true
- name: Setup python
uses: actions/setup-python@v5
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests

View file

@ -20,10 +20,12 @@ jobs:
uses: https://github.com/RouxAntoine/checkout@v4.1.8
with:
show-progress: true
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python "3.12"
- name: Run tests