Skip to content

Commit 94c1203

Browse files
committed
ci: avoid installing python dev dependencies
1 parent 61e2d2f commit 94c1203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Run Sync Script
3838
run: |
3939
uv sync --no-dev
40-
uv pip install .
40+
uv pip install --no-deps .
4141
uv run sync

0 commit comments

Comments
 (0)