Skip to content

Commit

Permalink
Cache bump (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope authored Oct 18, 2023
1 parent bd05755 commit b52b95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b52b95c

Please sign in to comment.