Skip to content

Commit

Permalink
ci: Remove cache from python action (PRQL#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Aug 31, 2023
1 parent f2d566d commit 3ca15d5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/actions/build-prql-python/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-wheel
description:
"Use maturin to build python dists of prql-python. Conditional if checks
"Use maturin to build python dists of prql-python. Conditional `if` checks
ensure only the correct OS build is called."
inputs:
target:
Expand All @@ -10,13 +10,7 @@ inputs:
runs:
using: composite
steps:
- run: ./.github/set_version.sh
shell: bash
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' }}
prefix-key: ${{ env.version }}
shared-key: python
# There's no point caching here, because the maturin action uses a container.
- uses: messense/maturin-action@v1
if: inputs.target == 'source'
with:
Expand Down

0 comments on commit 3ca15d5

Please sign in to comment.