Skip to content

Commit 5ce85ac

Browse files
committed
poetry lock
1 parent d830a75 commit 5ce85ac

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ openapi.json
2929
!**/.vscode/settings.json.default
3030

3131
devtools/volume/
32+
test.sh

redis_sync/poetry.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/package_lambda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ python --version
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; }
4747

48-
poetry lock --no-update
48+
poetry lock
4949
if [ $? -ne 0 ]; then
5050
echo "❌ ERROR: Poetry lock failed. Check your poetry configuration."
5151
exit 1

0 commit comments

Comments
 (0)