We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fca71 commit 40e5358Copy full SHA for 40e5358
.github/actions/cdk-deploy/action.yml
@@ -51,6 +51,7 @@ runs:
51
run: |
52
uv sync --only-group deployment
53
uv run npm install
54
+ uv run pip install boto3 # for the generate_env_file.py script
55
56
- name: Get relevant environment configuration from aws secrets
57
if: inputs.env_aws_secret_name != ''
pyproject.toml
@@ -79,8 +79,7 @@ deployment = [
79
"aws-cdk-lib~=2.177.0",
80
"constructs>=10.4.2",
81
"pydantic-settings~=2.0",
82
- "python-dotenv>=1.0.1",
83
- "boto3"
+ "python-dotenv>=1.0.1"
84
]
85
86
[project.urls]
0 commit comments