File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2323 uses : actions/setup-python@v4
2424 with :
2525 python-version : ' 3.9'
26+ cache : ' pip'
27+ cache-dependency-path : ' setup.py'
2628
2729 - name : Build docs
2830 run : |
Original file line number Diff line number Diff line change 3030 uses : actions/setup-python@v4
3131 with :
3232 python-version : ${{ matrix.python-version }}
33+ cache : ' pip'
34+ cache-dependency-path : ' setup.py'
3335
3436 - name : Invoke tests
3537 run : |
Original file line number Diff line number Diff line change 1515 uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.9'
18+ cache : ' pip'
19+ cache-dependency-path : ' setup.py'
1820
1921 - name : Build package
2022 run : |
Original file line number Diff line number Diff line change 3131 uses : actions/setup-python@v4
3232 with :
3333 python-version : ${{ matrix.python-version }}
34+ cache : ' pip'
35+ cache-dependency-path : ' setup.py'
3436
3537 - name : Invoke tests
3638 run : |
You can’t perform that action at this time.
0 commit comments