File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ jobs:
126
126
uses : actions/checkout@v3
127
127
- name : Setup Python ${{ matrix.pyver }}
128
128
uses : actions/setup-python@v4
129
- id : setup-python
130
129
with :
131
130
python-version : ${{ matrix.pyver }}
132
131
# ----------------------------------------------
@@ -146,7 +145,7 @@ jobs:
146
145
uses : actions/cache@v3
147
146
with :
148
147
path : .venv
149
- key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
148
+ key : venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/pyproject.toml') }}
150
149
# ----------------------------------------------
151
150
# Make sync version of library (redis_om)
152
151
# ----------------------------------------------
You can’t perform that action at this time.
0 commit comments