Skip to content

Commit 46b67eb

Browse files
committed
add missed change
1 parent 172cc83 commit 46b67eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: virtualenv-cache
4949
with:
5050
path: .venv
51-
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}
51+
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}-${{ github.run_id }}
5252
# NOTE(robinson) - This is a fallback in case the lint job does not find the cache.
5353
# We can take this out when we implement the fix in CORE-99
5454
- name: Setup virtual environment (no cache hit)

0 commit comments

Comments
 (0)