File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed
Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2727 submodules : true
2828 - uses : actions/setup-python@v5
2929 with :
30+ cache-dependency-path : docs/requirements.txt
31+ cache : ' pip'
3032 python-version : ' 3.10'
3133 - name : Build
3234 run : |
Original file line number Diff line number Diff line change 2525 submodules : true
2626 - uses : actions/setup-python@v5
2727 with :
28+ cache-dependency-path : docs/requirements.txt
29+ cache : ' pip'
2830 python-version : ' 3.10'
2931 - name : Deploy Documentation
3032 env :
Original file line number Diff line number Diff line change 5858 - uses : actions/setup-python@v5
5959 if : steps.check-tests.outputs.enabled == 'true'
6060 with :
61+ cache-dependency-path : tests/requirements.txt
6162 cache : ' pip'
6263 python-version : ' 3.10.1'
6364
Original file line number Diff line number Diff line change 5454 - uses : actions/setup-python@v5
5555 if : steps.check-tests.outputs.enabled == 'true'
5656 with :
57+ cache-dependency-path : tests/requirements.txt
5758 cache : ' pip'
5859 python-version : ' 3.x'
5960
Original file line number Diff line number Diff line change 6363 - uses : actions/setup-python@v5
6464 if : steps.check-tests.outputs.enabled == 'true'
6565 with :
66+ cache-dependency-path : tests/requirements.txt
6667 cache : ' pip'
6768 python-version : ' 3.x'
6869
You can’t perform that action at this time.
0 commit comments