From e0dbb35e8d4ae12081bb36e51d62008051a9d2c5 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Thu, 22 Jun 2023 22:17:23 +0100 Subject: [PATCH] Wipe the cache after #7935 (#7946) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a7d33212c01..29c9d3f14c4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -121,7 +121,7 @@ jobs: key: conda-${{ matrix.os }}-${{ steps.get-date.outputs.today }}-${{ hashFiles(env.CONDA_FILE) }}-${{ env.CACHE_NUMBER }} env: # Increase this value to reset cache if continuous_integration/environment-${{ matrix.environment }}.yaml has not changed - CACHE_NUMBER: 0 + CACHE_NUMBER: 1 id: cache - name: Update environment