Skip to content

Commit fcc75cf

Browse files
another try
1 parent 77fc2db commit fcc75cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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
#----------------------------------------------

0 commit comments

Comments
 (0)