File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 59
59
uses : " actions/setup-python@v2"
60
60
with :
61
61
python-version : " ${{ matrix.python-version }}"
62
- # cache: pip
63
- # cache-dependency-path: 'requirements/*.pip'
62
+ cache : pip
63
+ cache-dependency-path : ' requirements/*.pip'
64
64
65
65
- name : " Install dependencies"
66
66
run : |
96
96
uses : " actions/setup-python@v2"
97
97
with :
98
98
python-version : " 3.8"
99
- # cache: pip
100
- # cache-dependency-path: 'requirements/*.pip'
99
+ cache : pip
100
+ cache-dependency-path : ' requirements/*.pip'
101
101
102
102
- name : " Install dependencies"
103
103
run : |
Original file line number Diff line number Diff line change 55
55
uses : " actions/setup-python@v2"
56
56
with :
57
57
python-version : " ${{ matrix.python-version }}"
58
- # cache: pip
59
- # cache-dependency-path: 'requirements/*.pip'
58
+ # Can we start using the pip cache again?
59
+ cache : pip
60
+ cache-dependency-path : ' requirements/*.pip'
60
61
61
62
- name : " Install dependencies"
62
63
run : |
You can’t perform that action at this time.
0 commit comments