Skip to content

Commit fe24386

Browse files
committed
Add no-editable flag when installing
1 parent dc0b733 commit fe24386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ runs:
2626
shell: bash
2727
if: ${{ (inputs.run-uv-install == 'true') }}
2828
run: |
29-
uv sync ${{ inputs.uv-dependency-install-flags }}
29+
uv sync --no-editable ${{ inputs.uv-dependency-install-flags }}

0 commit comments

Comments
 (0)