actions: cache deps

This commit is contained in:
codl 2022-03-04 20:00:20 +01:00
parent 38a1c543af
commit 9c035d5132
1 changed files with 2 additions and 0 deletions

View File

@ -9,9 +9,11 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.6"
cache: 'pipenv'
- uses: actions/setup-node@v2
with:
node-version: "10"
cache: 'npm'
- name: Install pipenv and python dependencies
run: |