diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b084b3c..c36bc1e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -136,7 +136,6 @@ jobs: - name: Install the latest version of uv uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0 with: - version: "0.4.18" enable-cache: true cache-dependency-glob: pyproject.toml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bd9605..09fbd0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,15 +54,12 @@ jobs: with: persist-credentials: false - - name: Install the latest version of uv + - name: Install the latest version of uv and set the python version uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0 with: - version: "0.4.18" enable-cache: true cache-dependency-glob: pyproject.toml - - - name: Install Python ${{ matrix.python }} - run: uv python install ${{ matrix.python }} + python-version: ${{ matrix.python }} - uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7 with: