From a34f1a1a858ef8c2f0f41d7419f69c6cb43aafc9 Mon Sep 17 00:00:00 2001 From: Nate Pope Date: Wed, 18 Oct 2023 10:29:58 -0700 Subject: [PATCH] Cache bump --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 740e8e5eb..21eeb1b25 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-11, windows-latest] - python: [3.8, "3.10"] + python: ["3.8", "3.10"] env: CONDA_ENV_NAME: stdpopsim OS: ${{ matrix.os }} @@ -48,7 +48,7 @@ jobs: uses: actions/cache@v3 env: # Increase this to reset the cache if the key hasn't changed. - CACHE_NUM: 7 + CACHE_NUM: 8 with: path: | ${{ steps.find-conda.outputs.CONDA }}/envs/${{ env.CONDA_ENV_NAME }}