Skip to content

Commit

Permalink
ci: adjust uv cache
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 5, 2024
1 parent 5bf5ecd commit c6612f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-suffix: ${{ matrix.os }}-${{ matrix.python-version }}
cache-dependency-glob: "**/pyproject.toml"

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit c6612f9

Please sign in to comment.