From e6785707c3c1e7470000b9535571d59456cde4e7 Mon Sep 17 00:00:00 2001 From: "Jonathan B. Coe" Date: Sun, 8 Feb 2026 01:06:33 +0000 Subject: [PATCH] Avoid duplicate setup of uv. --- .github/workflows/test_and_deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index da4d0bdb3..b30e56bb2 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -16,10 +16,6 @@ jobs: os: [ubuntu-latest, macos-latest] fail-fast: false steps: - - name: Install Python ${{ matrix.python-version }} with the latest version of uv. - uses: astral-sh/setup-uv@v5 - with: - python-version: ${{ matrix.python-version }} - name: Install the latest version of uv. uses: astral-sh/setup-uv@v5 with: