File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/setup-python@v4
24
24
with :
25
25
python-version : ' 3.9'
26
+ cache : ' pip'
27
+ cache-dependency-path : ' setup.py'
26
28
27
29
- name : Build docs
28
30
run : |
Original file line number Diff line number Diff line change 30
30
uses : actions/setup-python@v4
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
+ cache : ' pip'
34
+ cache-dependency-path : ' setup.py'
33
35
34
36
- name : Invoke tests
35
37
run : |
Original file line number Diff line number Diff line change 15
15
uses : actions/setup-python@v4
16
16
with :
17
17
python-version : ' 3.9'
18
+ cache : ' pip'
19
+ cache-dependency-path : ' setup.py'
18
20
19
21
- name : Build package
20
22
run : |
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-python@v4
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
+ cache : ' pip'
35
+ cache-dependency-path : ' setup.py'
34
36
35
37
- name : Invoke tests
36
38
run : |
You can’t perform that action at this time.
0 commit comments