cache uv action
This commit is contained in:
parent
37dfe1a760
commit
616f117f1f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue