From 1953d776a6118052c5c6abe89bde828ec9601f74 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 13 Feb 2026 09:53:47 -0800 Subject: [PATCH] gha: linux-arm setup uv --- .github/workflows/test.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1865dd5..9e258a4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,8 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v7 - with: - enable-cache: true - run: ./scripts/vendor.sh - run: make loadable static - run: uv sync --directory tests @@ -76,8 +74,7 @@ jobs: runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 - with: - version: "latest" + - uses: astral-sh/setup-uv@v7 - run: ./scripts/vendor.sh - run: make loadable static - run: uv sync --directory tests