From f18d4762fa227f063b74098b65b3ac755612eac6 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Fri, 13 Dec 2024 16:54:01 +0100 Subject: [PATCH] Missing uv dependency --- .github/workflows/composite-action/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/composite-action/action.yml b/.github/workflows/composite-action/action.yml index f9ea454..f7088f2 100644 --- a/.github/workflows/composite-action/action.yml +++ b/.github/workflows/composite-action/action.yml @@ -23,4 +23,5 @@ runs: - name: Install requirements shell: bash run: | + curl -LsSf https://astral.sh/uv/install.sh | sh make install