File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 4848 with :
4949 path : .venv
5050 key : venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
51- restore-keys : |
52- venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-
5351
5452 - name : Install dependencies
5553 if : steps.cache-deps.outputs.cache-hit != 'true'
8684 with :
8785 path : .venv
8886 key : venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
89- restore-keys : |
90- venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ steps.setup-python.outputs.python-version }}-
9187
9288 - name : Install dependencies
9389 if : steps.cache-deps.outputs.cache-hit != 'true'
@@ -189,8 +185,6 @@ jobs:
189185 with :
190186 path : .venv
191187 key : venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
192- restore-keys : |
193- venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
194188
195189 - name : Install dependencies
196190 if : steps.cache-deps.outputs.cache-hit != 'true'
@@ -327,8 +321,6 @@ jobs:
327321 with :
328322 path : .venv
329323 key : venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
330- restore-keys : |
331- venv-${{ github.event.pull_request.head.repo.full_name || github.repository }}-py${{ matrix.python-version }}-
332324
333325 - name : Install dependencies
334326 if : steps.cache-deps.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments