From 77149562761d89979d410c1ff24ff270fb8e16e7 Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:27:18 -0700 Subject: [PATCH] CI: remove rust-cache from virtualenv tests (#5358) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf0f33f05..8d692e284f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,10 +86,6 @@ jobs: toolchain: ${{ matrix.rust }} override: true - - uses: Swatinem/rust-cache@v1 - with: - key: "1" # increment this to bust the cache if needed - - name: Install Nushell uses: actions-rs/cargo@v1 with: