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 172cc83 commit 46b67ebCopy full SHA for 46b67eb
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
id: virtualenv-cache
49
with:
50
path: .venv
51
- key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}
+ key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}-${{ github.run_id }}
52
# NOTE(robinson) - This is a fallback in case the lint job does not find the cache.
53
# We can take this out when we implement the fix in CORE-99
54
- name: Setup virtual environment (no cache hit)
0 commit comments