From 6f004ea6806c944c1f7e1daa80e9ee9be2ecd43a Mon Sep 17 00:00:00 2001 From: Michael Oliver Date: Wed, 16 Oct 2024 16:36:13 +0100 Subject: [PATCH] chore (ci): ensure `uv` is available in CI --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23a4ad2..5d328ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install uv + uses: astral-sh/setup-uv@v3 + with: + version: "0.4.22" + - name: Set up Python uses: actions/setup-python@v5 with: