We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065655 commit 357c177Copy full SHA for 357c177
.github/workflows/recipes.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/cache@v1
14
env:
15
# Increase this value to reset cache if data/recipe_example.yml has not changed
16
- CACHE_NUMBER: 0
+ CACHE_NUMBER: 1
17
with:
18
path: ~/conda_pkgs_dir
19
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('data/recipe_example.yml') }}
0 commit comments