We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0b733 commit fe24386Copy full SHA for fe24386
1 file changed
.github/actions/setup/action.yml
@@ -26,4 +26,4 @@ runs:
26
shell: bash
27
if: ${{ (inputs.run-uv-install == 'true') }}
28
run: |
29
- uv sync ${{ inputs.uv-dependency-install-flags }}
+ uv sync --no-editable ${{ inputs.uv-dependency-install-flags }}
0 commit comments