actions: cache deps
This commit is contained in:
parent
38a1c543af
commit
9c035d5132
|
@ -9,9 +9,11 @@ jobs:
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: "3.6"
|
python-version: "3.6"
|
||||||
|
cache: 'pipenv'
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "10"
|
node-version: "10"
|
||||||
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install pipenv and python dependencies
|
- name: Install pipenv and python dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue