Skip to content

Commit 67700d1

Browse files
authored
[47] fix aws deployment (#48)
1 parent 2b50a0c commit 67700d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-aws-uv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Ensure latest requirements.txt
119119
if: ${{ inputs.docker && inputs.python-version != 'None' }}
120120
run: |
121-
uv export --no-hashes --format requirements-txt > requirements.txt
121+
uv export --no-hashes --no-emit-project --no-editable --no-annotate --format requirements-txt > requirements.txt
122122
123123
- name: Use Node.js ${{ inputs.node-version }}
124124
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)