From cf514858892ab9cb2f5b16c688f626790b6bf36f Mon Sep 17 00:00:00 2001 From: Perry Zhu Date: Sun, 12 Oct 2025 22:24:12 -0700 Subject: [PATCH] fix: install uv in ci --- .github/workflows/build-lambda.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-lambda.yaml b/.github/workflows/build-lambda.yaml index e1cba4c..e9fbfaf 100644 --- a/.github/workflows/build-lambda.yaml +++ b/.github/workflows/build-lambda.yaml @@ -1,5 +1,5 @@ # Build the lambda function zip file and push to S3 -name: Publish to S3 +name: Build and Publish Lambda to S3 on: push: branches: @@ -24,6 +24,8 @@ jobs: uses: actions/setup-python@v4 with: python-version: "3.13" + - name: Install UV + run: pip install uv - name: Build Lambda run: | # Create build directory