Skip to content

Commit

Permalink
Remove caching uv
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 13, 2025
1 parent 774510b commit f0b2234
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ jobs:

- name: Install dependencies and build
uses: astral-sh/setup-uv@v5
with:
enable-cache: true

- name: Build docs
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ jobs:

- name: Install dependencies and build
uses: astral-sh/setup-uv@v5
with:
enable-cache: true

- name: Run tests
env:
Expand Down

0 comments on commit f0b2234

Please sign in to comment.