Skip to content

Commit afde0e9

Browse files
author
FirstUnicorn
committed
fix(ci): bust stale cache key so dev group installs correctly
1 parent 0a131ea commit afde0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache@v4
3434
with:
3535
path: .venv
36-
key: venv-lint-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
36+
key: venv-lint-devtest-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
3737

3838
- name: Install dependencies
3939
run: poetry install --with dev,test --no-interaction

0 commit comments

Comments
 (0)