Skip to content

Commit 55f601f

Browse files
changed cache key name
1 parent eab0106 commit 55f601f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
uses: actions/cache@v4
7171
with:
7272
path: .venv
73-
key: poetry-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
73+
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
7474
restore-keys: |
75-
poetry-${{ runner.os }}-
75+
venv-${{ runner.os }}-
7676
#----------------------------------------------
7777
# install dependencies if cache does not exist
7878
#----------------------------------------------

0 commit comments

Comments
 (0)