Skip to content

Commit cf6095c

Browse files
committed
Add cache
1 parent 05262a9 commit cf6095c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • .github/actions/install_eitprocessing_uv

.github/actions/install_eitprocessing_uv/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ runs:
4040
path: /eitprocessing/.
4141
- name: Install uv and set the python version
4242
uses: astral-sh/setup-uv@v6
43+
with:
44+
cache: true
4345
- name: Install the project
4446
run: uv sync --locked ${{ inputs.dependencies }}
4547

0 commit comments

Comments
 (0)