File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 6060 ${{ matrix.python-version }}-v1-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/tox.ini') }}
6161 restore-keys : |
6262 ${{ matrix.python-version }}-v1-
63+ lookup-only : true
6364
6465 - name : Install dependencies
6566 run : |
@@ -149,6 +150,7 @@ jobs:
149150 ${{ matrix.python-version }}-v1-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/tox.ini') }}
150151 restore-keys : |
151152 ${{ matrix.python-version }}-v1-
153+ lookup-only : true
152154
153155 - name : Install gdal-bin (for postgis)
154156 run : |
@@ -200,6 +202,7 @@ jobs:
200202 ${{ matrix.python-version }}-v1-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/tox.ini') }}
201203 restore-keys : |
202204 ${{ matrix.python-version }}-v1-
205+ lookup-only : true
203206
204207 - name : Install dependencies
205208 run : |
@@ -240,6 +243,7 @@ jobs:
240243 ${{ matrix.python-version }}-v1-${{ hashFiles('**/pyproject.toml') }}-${{ hashFiles('**/tox.ini') }}
241244 restore-keys : |
242245 ${{ matrix.python-version }}-v1-
246+ lookup-only : true
243247
244248 - name : Install dependencies
245249 run : |
You can’t perform that action at this time.
0 commit comments