From f0b2234c499cc8b682d520b23c6eaef9915e614e Mon Sep 17 00:00:00 2001 From: Tim Saucer Date: Mon, 13 Jan 2025 14:29:43 -0500 Subject: [PATCH] Remove caching uv --- .github/workflows/build.yml | 6 ------ .github/workflows/docs.yaml | 2 -- .github/workflows/test.yaml | 2 -- 3 files changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c19d1075..e6298a27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,6 @@ jobs: - name: Install dependencies uses: astral-sh/setup-uv@v5 - with: - enable-cache: true # Update output format to enable automatic inline annotations. - name: Run Ruff @@ -91,8 +89,6 @@ jobs: - name: Install dependencies and build uses: astral-sh/setup-uv@v5 - with: - enable-cache: true - name: Build Python package run: uv run maturin build --release --strip --features substrait @@ -146,8 +142,6 @@ jobs: - name: Install dependencies and build uses: astral-sh/setup-uv@v5 - with: - enable-cache: true - name: Build Python package run: uv run maturin build --release --strip --features substrait diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index fef93103..ea75c0fa 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -59,8 +59,6 @@ jobs: - name: Install dependencies and build uses: astral-sh/setup-uv@v5 - with: - enable-cache: true - name: Build docs run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ec300153..1bc33932 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -73,8 +73,6 @@ jobs: - name: Install dependencies and build uses: astral-sh/setup-uv@v5 - with: - enable-cache: true - name: Run tests env: