From 4ac954247545be4600dbf6659e0f5320c7896ef0 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 1 Jul 2026 06:45:19 -0400 Subject: [PATCH] chore: install uv via pip --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index fd87ad712..b001e0f15 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] -command = "curl -LsSf https://astral.sh/uv/install.sh | sh; uv sync; uv run mkdocs build" +command = "pip install uv; uv sync; uv run mkdocs build" publish = "site/" environment = { PYTHON_VERSION = "3.8.13" }