Skip to content

Commit 357c177

Browse files
committed
Clear conda cache in CI
1 parent f065655 commit 357c177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recipes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/cache@v1
1414
env:
1515
# Increase this value to reset cache if data/recipe_example.yml has not changed
16-
CACHE_NUMBER: 0
16+
CACHE_NUMBER: 1
1717
with:
1818
path: ~/conda_pkgs_dir
1919
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}

0 commit comments

Comments
 (0)