From da6efa0cd0c32a69012418c1ac549f752796b516 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 1 Dec 2025 17:48:35 +0100 Subject: [PATCH] explicit version in uv sync call --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 0857b57..92e0958 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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