File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 27
27
submodules : true
28
28
- uses : actions/setup-python@v5
29
29
with :
30
+ cache-dependency-path : docs/requirements.txt
31
+ cache : ' pip'
30
32
python-version : ' 3.10'
31
33
- name : Build
32
34
run : |
Original file line number Diff line number Diff line change 25
25
submodules : true
26
26
- uses : actions/setup-python@v5
27
27
with :
28
+ cache-dependency-path : docs/requirements.txt
29
+ cache : ' pip'
28
30
python-version : ' 3.10'
29
31
- name : Deploy Documentation
30
32
env :
Original file line number Diff line number Diff line change 58
58
- uses : actions/setup-python@v5
59
59
if : steps.check-tests.outputs.enabled == 'true'
60
60
with :
61
+ cache-dependency-path : tests/requirements.txt
61
62
cache : ' pip'
62
63
python-version : ' 3.10.1'
63
64
Original file line number Diff line number Diff line change 54
54
- uses : actions/setup-python@v5
55
55
if : steps.check-tests.outputs.enabled == 'true'
56
56
with :
57
+ cache-dependency-path : tests/requirements.txt
57
58
cache : ' pip'
58
59
python-version : ' 3.x'
59
60
Original file line number Diff line number Diff line change 63
63
- uses : actions/setup-python@v5
64
64
if : steps.check-tests.outputs.enabled == 'true'
65
65
with :
66
+ cache-dependency-path : tests/requirements.txt
66
67
cache : ' pip'
67
68
python-version : ' 3.x'
68
69
You can’t perform that action at this time.
0 commit comments