File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/setup-python@v2.3.1
2424 - uses : actions/checkout@v2.4.0
25- - uses : actions/cache@v2.1.7
2625 with :
27- path : ~/.cache/pip
28- key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
29- restore-keys : |
30- ${{ runner.os }}-pip-
26+ cache : ' pip'
27+ cache-dependency-path : ' requirements.txt'
3128 - run : python -m pip install -r requirements.txt
3229 - run : ${{ matrix.lint-command }}
3330
3734 - run : sudo apt install -y gettext
3835 - uses : actions/setup-python@v2.3.1
3936 - uses : actions/setup-node@v2.5.0
37+ with :
38+ node-version : ' lts/*'
4039 - uses : actions/checkout@v2.4.0
4140 - name : Install Python dependencies
4241 run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
5150 steps :
5251 - uses : actions/setup-python@v2.3.1
5352 - uses : actions/checkout@v2.4.0
53+ with :
54+ cache : ' pip'
55+ cache-dependency-path : ' requirements.txt'
5456 - run : python -m pip install --upgrade pip setuptools wheel
5557 - run : python -m pip install -r requirements.txt
5658 - run : python setup.py develop
You can’t perform that action at this time.
0 commit comments