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