Skip to content

Commit 1a466e6

Browse files
authored
Merge pull request #30 from neurostuff/fix/lambda_deploy
[FIX] deployment/rm pycache
2 parents 8833923 + 9cea446 commit 1a466e6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
source .venv/bin/activate
2929
pip install -r requirements.txt
3030
31+
- name: Install AWS CDK CLI
32+
run: npm install -g aws-cdk
33+
3134
- name: Configure AWS credentials
3235
uses: aws-actions/configure-aws-credentials@v4
3336
with:
-256 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)