Commit 9ce5655 1 parent 56d6c2f commit 9ce5655 Copy full SHA for 9ce5655
File tree 5 files changed +12
-0
lines changed
5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/setup-python@v2
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
+ cache : ' pip'
28
+ cache-dependency-path : setup.cfg
27
29
- name : Python info
28
30
shell : bash -l {0}
29
31
run : |
Original file line number Diff line number Diff line change 21
21
uses : actions/setup-python@v2
22
22
with :
23
23
python-version : 3.9
24
+ cache : ' pip'
25
+ cache-dependency-path : setup.cfg
24
26
- name : Python info
25
27
shell : bash -l {0}
26
28
run : |
Original file line number Diff line number Diff line change 23
23
uses : actions/setup-python@v2
24
24
with :
25
25
python-version : 3.9
26
+ cache : ' pip'
27
+ cache-dependency-path : setup.cfg
26
28
- name : Python info
27
29
shell : bash -l {0}
28
30
run : |
Original file line number Diff line number Diff line change 17
17
uses : actions/setup-python@v2
18
18
with :
19
19
python-version : 3.9
20
+ cache : ' pip'
21
+ cache-dependency-path : setup.cfg
20
22
- name : Python info
21
23
shell : bash -l {0}
22
24
run : |
45
47
uses : actions/setup-python@v2
46
48
with :
47
49
python-version : 3.9
50
+ cache : ' pip'
51
+ cache-dependency-path : setup.cfg
48
52
- name : Python info
49
53
shell : bash -l {0}
50
54
run : |
Original file line number Diff line number Diff line change 22
22
uses : actions/setup-python@v2
23
23
with :
24
24
python-version : 3.9
25
+ cache : ' pip'
26
+ cache-dependency-path : setup.cfg
25
27
- name : Python info
26
28
shell : bash -l {0}
27
29
run : |
You can’t perform that action at this time.
0 commit comments