From 4acab3557f57210ceaa894f7331b3d39b58dfc74 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 7 Dec 2024 17:00:55 +0400 Subject: [PATCH] startup installing uv (#441) --- .devcontainer/startup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/startup.sh b/.devcontainer/startup.sh index 45b2996b..bccf28f7 100755 --- a/.devcontainer/startup.sh +++ b/.devcontainer/startup.sh @@ -1,4 +1,3 @@ #!/bin/bash -pipx install poetry -poetry config virtualenvs.in-project true -poetry install +curl -LsSf https://astral.sh/uv/install.sh | sh +uv sync -vv