Skip to content

Commit

Permalink
bump all cache builds to force re-makes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 23, 2024
1 parent 972fbbb commit c0d01eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/[email protected]
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
CACHE_BUILD: 3
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-pkgs-${{ env.ENV_NAME }}-p${{ env.CACHE_PERIOD }}-b${{ env.CACHE_BUILD }}
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/[email protected]
env:
# Increment the build number to force a cache refresh.
CACHE_BUILD: 2
CACHE_BUILD: 3
with:
path: ${{ env.CONDA }}/envs/${{ env.ENV_NAME }}
key: ${{ runner.os }}-conda-env-${{ env.ENV_NAME }}-p${{ env.CACHE_PERIOD }}-b${{ env.CACHE_BUILD }}
Expand All @@ -81,7 +81,7 @@ jobs:
uses: actions/[email protected]
env:
# Increment the build number to forece a cache refresh.
CACHE_BUILD: 2
CACHE_BUILD: 3
TOX_INI: ${{ github.workspace }}/tox.ini
with:
path: ${{ github.workspace }}/.tox
Expand Down

0 comments on commit c0d01eb

Please sign in to comment.