File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
id : cache-pip
40
40
with :
41
41
path : ${{ env.pythonLocation }}
42
- key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}
42
+ key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}-${{ matrix.python-version }}
43
43
- name : Install dependencies
44
44
if : steps.cache-pip.outputs.cache-hit != 'true'
45
45
run : |
Original file line number Diff line number Diff line change 48
48
id : cache-pip
49
49
with :
50
50
path : ${{ env.pythonLocation }}
51
- key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}
51
+ key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}-${{ matrix.python-version }}
52
52
- name : Install dependencies
53
53
if : steps.cache-pip.outputs.cache-hit != 'true'
54
54
run : |
Original file line number Diff line number Diff line change 46
46
id : cache-pip
47
47
with :
48
48
path : ${{ env.pythonLocation }}
49
- key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}
49
+ key : ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}-${{ env.todayDate }}-${{ matrix.python-version }}
50
50
- name : Install dependencies
51
51
if : steps.cache-pip.outputs.cache-hit != 'true'
52
52
run : |
You can’t perform that action at this time.
0 commit comments