Skip to content

Commit 77fc2db

Browse files
another approach
1 parent cfeeced commit 77fc2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/cache@v3
145145
with:
146146
path: .venv
147-
key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/poetry.lock') }}
147+
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
148148
#----------------------------------------------
149149
# Make sync version of library (redis_om)
150150
#----------------------------------------------

0 commit comments

Comments
 (0)