Update kedro-action.yml
This commit is contained in:
parent
928879a802
commit
edb9d48984
1 changed files with 6 additions and 0 deletions
6
.github/workflows/kedro-action.yml
vendored
6
.github/workflows/kedro-action.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue