Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-29 10:08:24 -05:00 committed by GitHub
parent 928879a802
commit edb9d48984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,12 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Kedro
uses: WaylonWalker/kedro-action@develop
with: