Skip to content

Commit

Permalink
Update deploy_lambda_production.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 authored Dec 4, 2024
1 parent 1f01bf2 commit dc0cd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_lambda_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install dependencies
run: |
mkdir ./package && pip install --target ./package requests
pip install --target . requests
- name: Zip package
run: |
Expand Down

0 comments on commit dc0cd89

Please sign in to comment.