Skip to content

Commit

Permalink
Update python dep location
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Dec 4, 2024
1 parent 1f01bf2 commit 37ef078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
mkdir ./python && pip install --target ./python requests
- name: Zip package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_lambda_staging.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
mkdir ./python && pip install --target ./python requests
- name: Zip package
run: |
Expand Down

0 comments on commit 37ef078

Please sign in to comment.