Skip to content

Commit 33e1291

Browse files
committed
Fix cache argument
1 parent 4d74371 commit 33e1291

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/install_eitprocessing_uv

1 file changed

+1
-1
lines changed

.github/actions/install_eitprocessing_uv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
- name: Install uv and set the python version
4242
uses: astral-sh/setup-uv@v6
4343
with:
44-
cache: true
44+
enable-cache: true
4545
- name: Install the project
4646
run: uv sync --locked ${{ inputs.dependencies }}
4747
shell: bash

0 commit comments

Comments
 (0)