Skip to content

Commit d57c8ca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ 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: |
48-
uv run modal deploy -m app.main
48+
uv run ---no-dev modal deploy -m app.main

0 commit comments

Comments
 (0)