|
84 | 84 | with: |
85 | 85 | python-version: ${{ env.PYTHON_VERSION }} |
86 | 86 | cache: 'pip' |
| 87 | + cache-dependency-path: 'pyproject.toml' |
87 | 88 |
|
88 | 89 | - name: Install CI dependencies |
89 | 90 | run: make ci-deps |
@@ -115,6 +116,7 @@ jobs: |
115 | 116 | with: |
116 | 117 | python-version: ${{ matrix.python-version }} |
117 | 118 | cache: 'pip' |
| 119 | + cache-dependency-path: 'pyproject.toml' |
118 | 120 |
|
119 | 121 | - name: Install CI dependencies |
120 | 122 | run: make ci-deps |
@@ -149,6 +151,7 @@ jobs: |
149 | 151 | with: |
150 | 152 | python-version: ${{ env.PYTHON_VERSION }} |
151 | 153 | cache: 'pip' |
| 154 | + cache-dependency-path: 'pyproject.toml' |
152 | 155 |
|
153 | 156 | - name: Install CI dependencies |
154 | 157 | run: make ci-deps |
@@ -183,6 +186,7 @@ jobs: |
183 | 186 | with: |
184 | 187 | python-version: ${{ env.PYTHON_VERSION }} |
185 | 188 | cache: 'pip' |
| 189 | + cache-dependency-path: 'pyproject.toml' |
186 | 190 |
|
187 | 191 | - name: Install CI dependencies |
188 | 192 | run: make ci-deps |
@@ -212,6 +216,7 @@ jobs: |
212 | 216 | with: |
213 | 217 | python-version: ${{ env.PYTHON_VERSION }} |
214 | 218 | cache: 'pip' |
| 219 | + cache-dependency-path: 'pyproject.toml' |
215 | 220 |
|
216 | 221 | - name: Install package (Unix) |
217 | 222 | if: matrix.os != 'windows-latest' |
@@ -280,6 +285,7 @@ jobs: |
280 | 285 | with: |
281 | 286 | python-version: ${{ env.PYTHON_VERSION }} |
282 | 287 | cache: 'pip' |
| 288 | + cache-dependency-path: 'pyproject.toml' |
283 | 289 |
|
284 | 290 | - name: Install CI dependencies |
285 | 291 | run: make ci-deps |
@@ -311,6 +317,7 @@ jobs: |
311 | 317 | with: |
312 | 318 | python-version: ${{ env.PYTHON_VERSION }} |
313 | 319 | cache: 'pip' |
| 320 | + cache-dependency-path: 'pyproject.toml' |
314 | 321 |
|
315 | 322 | - name: Install CI dependencies |
316 | 323 | run: make ci-deps |
|
0 commit comments