Skip to content

Commit 9b2644b

Browse files
authored
Merge pull request #409 from DataIntegrationGroup/staging
foo
2 parents 2415910 + ddda354 commit 9b2644b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CD_production.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ jobs:
2626

2727
- name: Generate requirements.txt
2828
run: |
29-
uv export -o requirements.txt
29+
uv export \
30+
--format requirements-txt \
31+
--no-emit-project \
32+
--no-dev \
33+
--output-file requirements.txt
3034
3135
- name: Authenticate to Google Cloud
3236
uses: 'google-github-actions/auth@v2'

0 commit comments

Comments
 (0)