|
46 | 46 | with:
|
47 | 47 | path: .venv
|
48 | 48 | key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
| 49 | + - name: Make sync version of library (redis_om) |
| 50 | + run: make sync |
49 | 51 | #----------------------------------------------
|
50 | 52 | # install dependencies if cache does not exist
|
51 | 53 | #----------------------------------------------
|
@@ -117,6 +119,11 @@ jobs:
|
117 | 119 | path: .venv
|
118 | 120 | key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
119 | 121 | #----------------------------------------------
|
| 122 | + # Make sync version of library (redis_om) |
| 123 | + #---------------------------------------------- |
| 124 | + - name: Make sync version of library (redis_om) |
| 125 | + run: make sync |
| 126 | + #---------------------------------------------- |
120 | 127 | # install dependencies if cache does not exist
|
121 | 128 | #----------------------------------------------
|
122 | 129 | - name: Install dependencies
|
@@ -168,6 +175,11 @@ jobs:
|
168 | 175 | path: .venv
|
169 | 176 | key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
170 | 177 | #----------------------------------------------
|
| 178 | + # Make sync version of library (redis_om) |
| 179 | + #---------------------------------------------- |
| 180 | + - name: Make sync version of library (redis_om) |
| 181 | + run: make sync |
| 182 | + #---------------------------------------------- |
171 | 183 | # install dependencies if cache does not exist
|
172 | 184 | #----------------------------------------------
|
173 | 185 | - name: Install dependencies
|
|
0 commit comments