Skip to content

Commit 8547f2a

Browse files
committed
don't install dev dependencies
1 parent 6b011cf commit 8547f2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/backend-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737

3838
- name: Install dependencies
3939
run: |
40-
uv sync && uv pip freeze > backend/requirements.txt
41-
40+
uv sync --no-dev && uv pip freeze > backend/requirements.txt
4241
4342
- name: 'Resolve Project Dependencies Using Pip'
4443
shell: bash

0 commit comments

Comments
 (0)