From 79b88e276946174fe09e2b1b55dd4a167c95123f Mon Sep 17 00:00:00 2001 From: David Ankin Date: Wed, 28 Feb 2024 23:28:43 -0700 Subject: [PATCH] fix the #430 fix in #431 --- .devcontainer/commands/post-create-command.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/commands/post-create-command.sh b/.devcontainer/commands/post-create-command.sh index 001872909..c3229490f 100755 --- a/.devcontainer/commands/post-create-command.sh +++ b/.devcontainer/commands/post-create-command.sh @@ -2,4 +2,4 @@ echo "Running post-create-command.sh" curl -sSL https://install.python-poetry.org | python3 - -poetry install --all-extras \ No newline at end of file +poetry install --all-extras