diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 749c73b3..044778dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,15 +59,8 @@ jobs: python-version: ${{ matrix.python-version }} allow-prereleases: true - - name: Setup uv (uncached) - uses: yezz123/setup-uv@v4 - if: "!startsWith(matrix.python-version, 'pypy')" - - name: Setup uv (cached) - uses: hynek/setup-cached-uv@v1 - if: "startsWith(matrix.python-version, 'pypy')" - with: - cache-suffix: -${{ matrix.python-version }} + uses: hynek/setup-cached-uv@v2 - name: Install run: |