Skip to content

Commit

Permalink
ci: try cached-uv patch
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed May 30, 2024
1 parent e35f2fd commit 5c22575
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,11 @@ 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')"
- name: Setup uv
uses: henryiii/setup-cached-uv@patch-1
with:
cache-suffix: -${{ matrix.python-version }}
use-cache: ${{startsWith(matrix.python-version, 'pypy')}}

- name: Install
run: |
Expand Down

0 comments on commit 5c22575

Please sign in to comment.