Skip to content

Commit 7731dcb

Browse files
committed
updated key to refresh cache
1 parent f6b033f commit 7731dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/cache@v3
4747
with:
4848
path: .venv
49-
key: venv-no-dev-dependencies-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
49+
key: venv-no-dev-dependencies-1-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
5050
#----------------------------------------------
5151
# install dependencies if cache does not exist
5252
#----------------------------------------------

0 commit comments

Comments
 (0)