From 858e9c0a9524419ef086c0f38d4f06f95ec839f3 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 28 May 2024 18:56:06 +0000 Subject: [PATCH] chore(internal): update bootstrap script --- scripts/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap b/scripts/bootstrap index 29df07e7..8c5c60eb 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -16,4 +16,4 @@ echo "==> Installing Python dependencies…" # experimental uv support makes installations significantly faster rye config --set-bool behavior.use-uv=true -rye sync +rye sync --all-features