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:
126126 uses : actions/checkout@v3
127127 - name : Setup Python ${{ matrix.pyver }}
128128 uses : actions/setup-python@v4
129- id : setup-python
130129 with :
131130 python-version : ${{ matrix.pyver }}
132131 # ----------------------------------------------
@@ -146,7 +145,7 @@ jobs:
146145 uses : actions/cache@v3
147146 with :
148147 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') }}
150149 # ----------------------------------------------
151150 # Make sync version of library (redis_om)
152151 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments