From 14fb2a6ff182f1a898d6720aebf5defda84244f6 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:47:57 -0400 Subject: [PATCH] `tests`: no longer use rust cache when checking polars feature as the rust cache has been flaky lately [skip ci] --- .github/workflows/rust-linux-polars.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/rust-linux-polars.yml b/.github/workflows/rust-linux-polars.yml index c20808a00..0aaa25404 100644 --- a/.github/workflows/rust-linux-polars.yml +++ b/.github/workflows/rust-linux-polars.yml @@ -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