Skip to content

Commit

Permalink
tests: no longer use rust cache when checking polars feature
Browse files Browse the repository at this point in the history
as the rust cache has been flaky lately

[skip ci]
  • Loading branch information
jqnatividad committed Oct 27, 2023
1 parent 6345f2d commit 14fb2a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust-linux-polars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
- uses: actions/checkout@v4
- name: Update Rust
run: rustup update
- name: Setup Rust-cache
uses: Swatinem/rust-cache@v2
with:
key: qsv-polars-cache
- name: Run tests
env:
RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma
Expand Down

0 comments on commit 14fb2a6

Please sign in to comment.