From cebf3eb990f8dbc11ee7b5269e6e353cf78c15a5 Mon Sep 17 00:00:00 2001 From: Oakley Jurgens Date: Wed, 6 May 2026 09:24:19 +1200 Subject: [PATCH] [47] fix aws deployment --- .github/workflows/deploy-to-aws-uv.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-aws-uv.yml b/.github/workflows/deploy-to-aws-uv.yml index e2e11cc..c524374 100644 --- a/.github/workflows/deploy-to-aws-uv.yml +++ b/.github/workflows/deploy-to-aws-uv.yml @@ -118,7 +118,7 @@ jobs: - name: Ensure latest requirements.txt if: ${{ inputs.docker && inputs.python-version != 'None' }} run: | - 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 - name: Use Node.js ${{ inputs.node-version }} uses: actions/setup-node@v4