Skip to content

Commit f0b2234

Browse files
committed
Remove caching uv
1 parent 774510b commit f0b2234

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535

3636
- name: Install dependencies
3737
uses: astral-sh/setup-uv@v5
38-
with:
39-
enable-cache: true
4038

4139
# Update output format to enable automatic inline annotations.
4240
- name: Run Ruff
@@ -91,8 +89,6 @@ jobs:
9189

9290
- name: Install dependencies and build
9391
uses: astral-sh/setup-uv@v5
94-
with:
95-
enable-cache: true
9692

9793
- name: Build Python package
9894
run: uv run maturin build --release --strip --features substrait
@@ -146,8 +142,6 @@ jobs:
146142

147143
- name: Install dependencies and build
148144
uses: astral-sh/setup-uv@v5
149-
with:
150-
enable-cache: true
151145

152146
- name: Build Python package
153147
run: uv run maturin build --release --strip --features substrait

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959

6060
- name: Install dependencies and build
6161
uses: astral-sh/setup-uv@v5
62-
with:
63-
enable-cache: true
6462

6563
- name: Build docs
6664
run: |

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373

7474
- name: Install dependencies and build
7575
uses: astral-sh/setup-uv@v5
76-
with:
77-
enable-cache: true
7876

7977
- name: Run tests
8078
env:

0 commit comments

Comments
 (0)