We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e1291 commit fbe78b5Copy full SHA for fbe78b5
.github/actions/install_eitprocessing_uv/action.yml
@@ -43,6 +43,6 @@ runs:
43
with:
44
enable-cache: true
45
- name: Install the project
46
- run: uv sync --locked ${{ inputs.dependencies }}
+ run: uv sync ${{ inputs.dependencies }}
47
shell: bash
48
0 commit comments