From e8f814a3852fb14fde2cf4ae20dadf99e5752ba1 Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Mon, 22 Dec 2025 15:20:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20CI=20ran=20all=20tests=20o?= =?UTF-8?q?n=20oldest=20supported=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1984f7a..85010bda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,6 +40,8 @@ jobs: pydantic-version: "v1" fail-fast: false runs-on: ubuntu-latest + env: + UV_PYTHON: ${{ matrix.python-version }} steps: - name: Dump GitHub context env: