File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 with :
3131 python-version : ' 3.10'
3232 architecture : ' x64'
33-
34- # Cache dependencies. From:
35- # https://github.com/actions/cache/blob/master/examples.md#python---pip
36- - uses : actions/cache@v2
37- with :
38- path : ~/.cache/pip
39- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
40- restore-keys : |
41- ${{ runner.os }}-pip-
33+ cache : pip
34+ cache-dependency-path : ' **/requirements.txt'
4235
4336 # Switch to actions_branch if not exist, or create new actions_branch
4437 - name : Switch to actions_branch
Original file line number Diff line number Diff line change 3030 with :
3131 python-version : ' 3.10'
3232 architecture : ' x64'
33-
34- # Cache dependencies. From:
35- # https://github.com/actions/cache/blob/master/examples.md#python---pip
36- - uses : actions/cache@v2
37- with :
38- path : ~/.cache/pip
39- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
40- restore-keys : |
41- ${{ runner.os }}-pip-
33+ cache : pip
34+ cache-dependency-path : ' **/requirements.txt'
4235
4336 # Creates a new branch for generating images or overwrites from older edits
4437 - name : Create new branch
You can’t perform that action at this time.
0 commit comments