Skip to content

Commit 0b1e5f3

Browse files
committed
fix: no dev deps in cd github action
1 parent edd18a0 commit 0b1e5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
44-
uv sync
44+
uv sync --no-dev
4545
4646
- name: Deploy job
4747
run: |

0 commit comments

Comments
 (0)