We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b50a0c commit 67700d1Copy full SHA for 67700d1
1 file changed
.github/workflows/deploy-to-aws-uv.yml
@@ -118,7 +118,7 @@ jobs:
118
- name: Ensure latest requirements.txt
119
if: ${{ inputs.docker && inputs.python-version != 'None' }}
120
run: |
121
- uv export --no-hashes --format requirements-txt > requirements.txt
+ uv export --no-hashes --no-emit-project --no-editable --no-annotate --format requirements-txt > requirements.txt
122
123
- name: Use Node.js ${{ inputs.node-version }}
124
uses: actions/setup-node@v4
0 commit comments