Commit 5fca89b 1 parent aea6c44 commit 5fca89b Copy full SHA for 5fca89b
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
id : cache
32
32
with :
33
33
path : ~/.cache/pip
34
- key : tests-${{ runner.os }}-pip-${{ hashFiles('requirements/main.txt', 'requirements/dev.txt') }}
34
+ key : tests-${{ runner.os }}-${{ matrix.python-version }}- pip-${{ hashFiles('requirements/main.txt', 'requirements/dev.txt') }}
35
35
36
36
- name : " 5. Tests"
37
37
run : |
62
62
id : cache
63
63
with :
64
64
path : ~/.cache/pip
65
- key : release-${{ runner.os }}-pip-${{ hashFiles('requirements/main.txt', 'requirements/release.txt') }}
65
+ key : release-${{ runner.os }}-${{ matrix.python-version }}- pip-${{ hashFiles('requirements/main.txt', 'requirements/release.txt') }}
66
66
67
67
- name : " 6. Build docs"
68
68
run : |
Original file line number Diff line number Diff line change 34
34
id : cache
35
35
with :
36
36
path : ~/.cache/pip
37
- key : tests-${{ runner.os }}-pip-${{ hashFiles('requirements/main.txt', 'requirements/dev.txt') }}
37
+ key : tests-${{ runner.os }}-${{ matrix.python-version }}- pip-${{ hashFiles('requirements/main.txt', 'requirements/dev.txt') }}
38
38
39
39
- name : " 5. Tests"
40
40
run : |
83
83
id : cache
84
84
with :
85
85
path : ~/.cache/pip
86
- key : release-${{ runner.os }}-pip-${{ hashFiles('requirements/main.txt', 'requirements/release.txt') }}
86
+ key : release-${{ runner.os }}-${{ matrix.python-version }}- pip-${{ hashFiles('requirements/main.txt', 'requirements/release.txt') }}
87
87
88
88
- name : " 6. Build docs"
89
89
run : |
You can’t perform that action at this time.
0 commit comments