Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 1, 2024
1 parent fa9244a commit b5cba0a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2
if: "startsWith(matrix.python-version, 'pypy')"
with:
cache-suffix: -${{ matrix.python-version }}

- name: Install
run: |
Expand Down

0 comments on commit b5cba0a

Please sign in to comment.