File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
-
20
- - uses : actions/cache@v3
21
- with :
22
- path : ~/.cache/pip
23
- key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
24
- restore-keys : |
25
- ${{ runner.os }}-pip-
19
+ cache : " pip"
26
20
27
21
- name : Install dependencies
28
22
run : |
Original file line number Diff line number Diff line change 26
26
uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
-
30
- - uses : actions/cache@v3
31
- with :
32
- path : ~/.cache/pip
33
- key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
34
- restore-keys : |
35
- ${{ runner.os }}-pip-
29
+ cache : " pip"
36
30
37
31
- name : Install dependencies
38
32
run : |
You can’t perform that action at this time.
0 commit comments