Skip to content

Commit 043ea83

Browse files
author
Sébastien Eustace
committed
Fix CI cache
1 parent fb2e860 commit 043ea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/cache@v1
8686
with:
8787
path: .venv
88-
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
88+
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-fix-${{ hashFiles('**/poetry.lock') }}
8989
- name: Install dependencies
9090
run: |
9191
source $HOME/.poetry/env

0 commit comments

Comments
 (0)