File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 60
60
uses : " actions/setup-python@v2"
61
61
with :
62
62
python-version : " ${{ matrix.python-version }}"
63
+ cache : pip
64
+ cache-dependency-path : ' requirements/*.pip'
63
65
64
66
- name : " Install dependencies"
65
67
run : |
97
99
uses : " actions/setup-python@v2"
98
100
with :
99
101
python-version : " 3.8"
102
+ cache : pip
103
+ cache-dependency-path : ' requirements/*.pip'
100
104
101
105
- name : " Install dependencies"
102
106
run : |
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ jobs:
111
111
uses : actions/setup-python@v2
112
112
with :
113
113
python-version : " 3.8"
114
+ cache : pip
115
+ cache-dependency-path : ' requirements/*.pip'
114
116
115
117
- name : " Install tools"
116
118
run : |
@@ -153,6 +155,8 @@ jobs:
153
155
uses : actions/setup-python@v2
154
156
with :
155
157
python-version : " 3.8"
158
+ cache : pip
159
+ cache-dependency-path : ' requirements/*.pip'
156
160
157
161
- name : " Install tools"
158
162
run : |
@@ -183,6 +187,8 @@ jobs:
183
187
uses : actions/setup-python@v2
184
188
with :
185
189
python-version : " pypy3"
190
+ cache : pip
191
+ cache-dependency-path : ' requirements/*.pip'
186
192
187
193
- name : " Install requirements"
188
194
run : |
@@ -226,6 +232,8 @@ jobs:
226
232
uses : actions/setup-python@v2
227
233
with :
228
234
python-version : ${{ matrix.py }}
235
+ cache : pip
236
+ cache-dependency-path : ' requirements/*.pip'
229
237
230
238
- name : " Install wheel tools"
231
239
run : |
Original file line number Diff line number Diff line change 34
34
uses : " actions/setup-python@v2"
35
35
with :
36
36
python-version : " 3.8"
37
+ cache : pip
38
+ cache-dependency-path : ' requirements/*.pip'
37
39
38
40
- name : " Install dependencies"
39
41
run : |
58
60
uses : " actions/setup-python@v2"
59
61
with :
60
62
python-version : " 3.8"
63
+ cache : pip
64
+ cache-dependency-path : ' requirements/*.pip'
61
65
62
66
- name : " Install dependencies"
63
67
run : |
Original file line number Diff line number Diff line change 54
54
uses : " actions/setup-python@v2"
55
55
with :
56
56
python-version : " ${{ matrix.python-version }}"
57
+ cache : pip
58
+ cache-dependency-path : ' requirements/*.pip'
57
59
58
60
- name : " Install dependencies"
59
61
run : |
You can’t perform that action at this time.
0 commit comments