From 32a514208d5af8db250442629ede9d7558aeb6b4 Mon Sep 17 00:00:00 2001 From: "njzjz-bot[bot]" <48687836+njzjz-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:07:44 -0400 Subject: [PATCH] chore(ci): use astral-sh/setup-uv action Generated by the task: https://github.com/njzjz-bot/njzjz-bot/issues/9. --- .github/workflows/wheel.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 68cf3dafe..e71bd7ece 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -56,7 +56,12 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install uv - run: curl -LsSf https://astral.sh/uv/install.sh | sh + uses: astral-sh/setup-uv@v3 + with: + enable-cache: true + cache-dependency-glob: | + **/requirements*.txt + **/pyproject.toml if: runner.os != 'Linux' - uses: docker/setup-qemu-action@v3 name: Setup QEMU