Skip to content

Commit

Permalink
add missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Feb 14, 2025
1 parent 172cc83 commit 46b67eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: virtualenv-cache
with:
path: .venv
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('requirements/*.txt') }}-${{ github.run_id }}
# NOTE(robinson) - This is a fallback in case the lint job does not find the cache.
# We can take this out when we implement the fix in CORE-99
- name: Setup virtual environment (no cache hit)
Expand Down

0 comments on commit 46b67eb

Please sign in to comment.