From 3e31aabd0634b083b35a913b57d31f3889e6fc28 Mon Sep 17 00:00:00 2001 From: William Easton Date: Thu, 2 Oct 2025 09:24:37 -0500 Subject: [PATCH] install uv --- .github/workflows/marvin-issue-triage.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/marvin-issue-triage.yml b/.github/workflows/marvin-issue-triage.yml index b46ab2340..2969eb5cc 100644 --- a/.github/workflows/marvin-issue-triage.yml +++ b/.github/workflows/marvin-issue-triage.yml @@ -32,6 +32,13 @@ jobs: repository: ${{ github.repository }} ref: ${{ github.event.repository.default_branch }} + # Install UV package manager + - name: Install UV + uses: astral-sh/setup-uv@v6 + with: + enable-cache: true + cache-dependency-glob: "uv.lock" + - name: Generate Marvin App token id: marvin-token uses: actions/create-github-app-token@v2