Skip to content

Commit

Permalink
Merge pull request #262 from communitiesuk/bau_install_requests_with_…
Browse files Browse the repository at this point in the history
…lambda_github_actions

Install requests on github actions deploy
  • Loading branch information
ksp37-dluhc authored Jan 23, 2025
2 parents caf9f49 + f6b17b6 commit 42592c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/update-preaward-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Git clone the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install requests library
working-directory: 'apps/pre-award/lambdas/application-deadline-reminder'
run: |
python -m pip install requests --target .
- name: Setup Copilot
uses: ./.github/actions/copilot_setup
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ Resources:
- ','
- Fn::ImportValue: !Sub ${App}-${Env}-PrivateSubnets
Layers:
- arn:aws:lambda:eu-west-2:378673660975:layer:python-modules:1
- arn:aws:lambda:eu-west-2:943013980633:layer:SentryPythonServerlessSDK:138


Expand Down

0 comments on commit 42592c0

Please sign in to comment.