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
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('src/requirements.txt') }}
|
||||
- name: Kedro
|
||||
uses: WaylonWalker/kedro-action@develop
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue