test/first #8

Merged
jkuhl merged 24 commits from test/first into develop 2025-12-01 18:07:00 +01:00
Showing only changes of commit da6efa0cd0 - Show all commits

explicit version in uv sync call
Some checks failed
Pytest / pytest (3.12) (push) Successful in 27s
Pytest / pytest (3.13) (push) Failing after 14s
Pytest / pytest (3.14) (push) Failing after 13s

Justus Kuhlmann 2025-12-01 17:48:35 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -30,6 +30,6 @@ jobs:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install corrlib
run: uv sync --locked --all-extras --dev
run: uv sync --locked --all-extras --dev --python="${{ matrix.python-version }}"
- name: Run tests
run: uv run pytest tests