Skip to content

Commit 804c031

Browse files
committed
Increase a cache number
1 parent 26e4cd5 commit 804c031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: ./.github/actions/load
114114
env:
115115
# Increase this value to reset cache
116-
CACHE_NUMBER: 1
116+
CACHE_NUMBER: 2
117117
with:
118118
path: $HOME/.cache/pip
119119
key: pip-${{ inputs.python_version }}-${{ hashFiles('python/pyproject.toml', 'python/setup.py') }}-${{ env.CACHE_NUMBER }}

0 commit comments

Comments
 (0)