Clear CI cache

This commit is contained in:
Yuta Hayashibe 2022-09-26 00:37:58 +09:00
parent 807dd633b0
commit 7fe778eeca

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/package-lock.json') }}
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('**/package-lock.json') }}-2
- run: pip install poetry
- run: poetry install