File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 uses : actions/cache@v4
4848 with :
4949 path : .venv
50- key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
50+ key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ matrix.dependency-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
5151 # ----------------------------------------------
5252 # install dependencies if cache does not exist
5353 # ----------------------------------------------
@@ -130,7 +130,7 @@ jobs:
130130 uses : actions/cache@v4
131131 with :
132132 path : .venv-pyarrow
133- key : venv-pyarrow-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
133+ key : venv-pyarrow-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ matrix.dependency-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
134134 # ----------------------------------------------
135135 # install dependencies if cache does not exist
136136 # ----------------------------------------------
Original file line number Diff line number Diff line change 5151 uses : actions/cache@v4
5252 with :
5353 path : .venv
54- key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
54+ key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ matrix.dependency-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
5555 # ----------------------------------------------
5656 # install dependencies if cache does not exist
5757 # ----------------------------------------------
You can’t perform that action at this time.
0 commit comments