We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05262a9 commit cf6095cCopy full SHA for cf6095c
1 file changed
.github/actions/install_eitprocessing_uv/action.yml
@@ -40,6 +40,8 @@ runs:
40
path: /eitprocessing/.
41
- name: Install uv and set the python version
42
uses: astral-sh/setup-uv@v6
43
+ with:
44
+ cache: true
45
- name: Install the project
46
run: uv sync --locked ${{ inputs.dependencies }}
47
0 commit comments