From 635317939223edfaeadefb1a097ee4a637796624 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Wed, 4 Dec 2024 16:34:01 -0600 Subject: [PATCH] update depoy lambda staging to install requests on root --- .github/workflows/deploy_lambda_staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_lambda_staging.yml b/.github/workflows/deploy_lambda_staging.yml index 0b34a70..2dfd994 100644 --- a/.github/workflows/deploy_lambda_staging.yml +++ b/.github/workflows/deploy_lambda_staging.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | - mkdir ./package && pip install --target ./package requests + pip install --target . requests - name: Zip package run: |