Skip to content

Commit 2f4d447

Browse files
add cloned deps to uv
1 parent 77498b2 commit 2f4d447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# In this isolated CI, we must explicitly add the path or run sync with an override if possible.
3636
# Simple fix: install pywire editable, then sync.
3737
run: |
38-
uv add --path ../../pywire pywire
38+
uv add --editable ../../pywire
3939
uv sync
4040
4141
- name: Run Checks

0 commit comments

Comments
 (0)