Skip to content

Commit cfeeced

Browse files
chore(ci): run tests with correct python version
1 parent 412bdd6 commit cfeeced

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 }}-${{ hashFiles('**/poetry.lock') }}
147+
key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/poetry.lock') }}
148148
#----------------------------------------------
149149
# Make sync version of library (redis_om)
150150
#----------------------------------------------

0 commit comments

Comments
 (0)