Skip to content

Commit e165942

Browse files
author
Andrew Brookins
committed
Try to fix CI
1 parent c0a9ddf commit e165942

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
with:
4747
path: .venv
4848
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
49+
- name: Make sync version of library (redis_om)
50+
run: make sync
4951
#----------------------------------------------
5052
# install dependencies if cache does not exist
5153
#----------------------------------------------
@@ -117,6 +119,11 @@ jobs:
117119
path: .venv
118120
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
119121
#----------------------------------------------
122+
# Make sync version of library (redis_om)
123+
#----------------------------------------------
124+
- name: Make sync version of library (redis_om)
125+
run: make sync
126+
#----------------------------------------------
120127
# install dependencies if cache does not exist
121128
#----------------------------------------------
122129
- name: Install dependencies
@@ -168,6 +175,11 @@ jobs:
168175
path: .venv
169176
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
170177
#----------------------------------------------
178+
# Make sync version of library (redis_om)
179+
#----------------------------------------------
180+
- name: Make sync version of library (redis_om)
181+
run: make sync
182+
#----------------------------------------------
171183
# install dependencies if cache does not exist
172184
#----------------------------------------------
173185
- name: Install dependencies

0 commit comments

Comments
 (0)