We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d74371 commit 33e1291Copy full SHA for 33e1291
.github/actions/install_eitprocessing_uv/action.yml
@@ -41,7 +41,7 @@ runs:
41
- name: Install uv and set the python version
42
uses: astral-sh/setup-uv@v6
43
with:
44
- cache: true
+ enable-cache: true
45
- name: Install the project
46
run: uv sync --locked ${{ inputs.dependencies }}
47
shell: bash
0 commit comments