Skip to content

Commit

Permalink
CI: Enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Oct 28, 2024
1 parent 227702c commit f8796e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Setup uv
id: setup-uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true

- name: Print the installed version
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
Expand Down

0 comments on commit f8796e3

Please sign in to comment.