Skip to content

Commit 40e5358

Browse files
Put pip install boto3 back in action.yml
1 parent 57fca71 commit 40e5358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/cdk-deploy/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ runs:
5151
run: |
5252
uv sync --only-group deployment
5353
uv run npm install
54+
uv run pip install boto3 # for the generate_env_file.py script
5455
5556
- name: Get relevant environment configuration from aws secrets
5657
if: inputs.env_aws_secret_name != ''

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ deployment = [
7979
"aws-cdk-lib~=2.177.0",
8080
"constructs>=10.4.2",
8181
"pydantic-settings~=2.0",
82-
"python-dotenv>=1.0.1",
83-
"boto3"
82+
"python-dotenv>=1.0.1"
8483
]
8584

8685
[project.urls]

0 commit comments

Comments
 (0)