Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-29 10:25:14 -05:00 committed by GitHub
parent 89b17bc502
commit b0d13da4e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,7 @@ jobs:
- uses: actions/cache@v1 - uses: actions/cache@v1
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} key: ${{ runner.os }}-pip-${{ hashFiles('src/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Kedro - name: Kedro
uses: WaylonWalker/kedro-action@develop uses: WaylonWalker/kedro-action@develop
with: with: