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 26e4cd5 commit 804c031Copy full SHA for 804c031
.github/workflows/build-test-reusable.yml
@@ -113,7 +113,7 @@ jobs:
113
uses: ./.github/actions/load
114
env:
115
# Increase this value to reset cache
116
- CACHE_NUMBER: 1
+ CACHE_NUMBER: 2
117
with:
118
path: $HOME/.cache/pip
119
key: pip-${{ inputs.python_version }}-${{ hashFiles('python/pyproject.toml', 'python/setup.py') }}-${{ env.CACHE_NUMBER }}
0 commit comments