Skip to content

Commit ce9e182

Browse files
committed
CCM-12616: add poetry install to pre.sh
1 parent 73fbd53 commit ce9e182

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infrastructure/terraform/components/dl/pre.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ npm ci
99
npm run generate-dependencies --workspaces --if-present
1010

1111
npm run lambda-build --workspaces --if-present
12+
13+
poetry install

lambdas/mesh-poll/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mesh-poll"
33
version = "0.1.0"
44
description = "Poll a MESH mailbox"
55
authors = ["Your Name <you@example.com>"]
6-
package-mode = false
6+
packages = [{include = "*", from = "src"}]
77

88
[tool.poetry.dependencies]
99
python = "^3.9"

0 commit comments

Comments
 (0)