We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeeced commit 77fc2dbCopy full SHA for 77fc2db
.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
144
uses: actions/cache@v3
145
with:
146
path: .venv
147
- key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/poetry.lock') }}
+ key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
148
#----------------------------------------------
149
# Make sync version of library (redis_om)
150
0 commit comments