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 72
72
uses : actions/cache@v3
73
73
with :
74
74
path : .venv
75
- key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock ') }}
75
+ key : venv-${{ runner.os }}-${{ hashFiles('**/pyproject.toml ') }}
76
76
- name : Make sync version of library (redis_om)
77
77
run : make sync
78
78
# ----------------------------------------------
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/cache@v3
145
145
with :
146
146
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 ') }}
148
148
# ----------------------------------------------
149
149
# Make sync version of library (redis_om)
150
150
# ----------------------------------------------
You can’t perform that action at this time.
0 commit comments