Skip to content

Commit 18fc0e9

Browse files
committed
poetry self update
1 parent 5fc4f69 commit 18fc0e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/package_lambda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ python --version
4444
# Check for poetry and python3.11
4545
command -v poetry >/dev/null 2>&1 || { echo "❌ poetry not found. Please install poetry."; exit 1; }
4646
command -v python3.11 >/dev/null 2>&1 || { echo "❌ python3.11 not found. Please install Python 3.11."; exit 1; }
47+
poetry self update
4748

4849
echo "Exporting dependencies and packaging Lambda..."
4950
poetry export -f requirements.txt --without-hashes -o requirements.txt || exit 1

0 commit comments

Comments
 (0)