From ce4bb130cc27f4f8a7805f118d6ec5bce44494c9 Mon Sep 17 00:00:00 2001 From: "Keto D. Zhang" Date: Sat, 16 Nov 2024 23:00:15 -0800 Subject: [PATCH] ci: hatch now uses uv instead of pip --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d71650b..cbe0de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,9 @@ Documentation = "https://asdf-pydantic.readthedocs.io" Issues = "https://github.com/ketozhang/asdf-pydantic/issues" Source = "https://github.com/ketozhang/asdf-pydantic" +[tool.hatch.envs.default] +installer = "uv" + [tool.hatch.version] source = "vcs"