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

This commit is contained in:
Justus Kuhlmann 2025-12-01 17:48:35 +01:00
commit da6efa0cd0
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

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