Skip to content

Commit

Permalink
Disable uv cache (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Jan 26, 2025
1 parent 3b9d77c commit 0d66c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0d66c8a

Please sign in to comment.