Skip to content

Commit fbe78b5

Browse files
committed
Remove locked, as there is no lockfile
1 parent 33e1291 commit fbe78b5

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
@@ -43,6 +43,6 @@ runs:
4343
with:
4444
enable-cache: true
4545
- name: Install the project
46-
run: uv sync --locked ${{ inputs.dependencies }}
46+
run: uv sync ${{ inputs.dependencies }}
4747
shell: bash
4848

0 commit comments

Comments
 (0)