cache uv action

This commit is contained in:
GitMatt 2025-03-30 19:03:55 -07:00
parent 37dfe1a760
commit 616f117f1f
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install the project
run: uv sync --all-extras --dev