From 3ab82c842e1f521a52a0200d335ec73d46324bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:28:57 +0000 Subject: [PATCH 1/2] chore(deps): bump astral-sh/setup-uv from 6 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 229d76fc2..b70be821c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -62,7 +62,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} uses: actions/setup-python@v6 with: @@ -126,7 +126,7 @@ jobs: with: fetch-depth: 0 - name: Install the latest version of uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: From 97b27791e7cc079d24597d24114ca850fbb69a72 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 7 Nov 2025 08:38:39 -0500 Subject: [PATCH 2/2] Install python with uv --- .github/workflows/ci-cd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index b70be821c..dfd310bce 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,8 +63,6 @@ jobs: fetch-depth: 0 - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 - - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install tox @@ -127,8 +125,6 @@ jobs: fetch-depth: 0 - name: Install the latest version of uv uses: astral-sh/setup-uv@v7 - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install tox