Skip to content

Commit

Permalink
Remove caching, it messes with things
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 27, 2024
1 parent 02f96fe commit 686c7ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ jobs:
with:
target: ${{ matrix.conf.target-triple }}

- uses: Swatinem/rust-cache@v2
name: Rust Cache
with:
prefix-key: ${{ matrix.conf.os }}-${{ matrix.conf.target-triple }}-${{ matrix.package.name }}-${{ matrix.conf.python-architecture }}-${{ matrix.conf.manylinux }}

- name: Setup (Mac)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 686c7ee

Please sign in to comment.