File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 uses : actions/cache@v3
7373 with :
7474 path : .venv
75- key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock ') }}
75+ key : venv-${{ runner.os }}-${{ hashFiles('**/pyproject.toml ') }}
7676 - name : Make sync version of library (redis_om)
7777 run : make sync
7878 # ----------------------------------------------
@@ -144,7 +144,7 @@ jobs:
144144 uses : actions/cache@v3
145145 with :
146146 path : .venv
147- key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock ') }}
147+ key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml ') }}
148148 # ----------------------------------------------
149149 # Make sync version of library (redis_om)
150150 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments