From d0ecda0fea55789dc81226fd7e656a276cbe4756 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sat, 7 Dec 2024 16:58:10 +0400 Subject: [PATCH] startup installing uv --- .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