Update kedro-action.yml
This commit is contained in:
parent
0fff098609
commit
9a1386c14e
1 changed files with 0 additions and 9 deletions
9
.github/workflows/kedro-action.yml
vendored
9
.github/workflows/kedro-action.yml
vendored
|
|
@ -11,17 +11,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('src/requirements.txt') }}
|
||||
- name: Kedro
|
||||
uses: WaylonWalker/kedro-action@develop
|
||||
with:
|
||||
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
|
||||
- name: show kedro
|
||||
run: pip show kedro
|
||||
- name: show pip
|
||||
run: pip list -v
|
||||
# verbose: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue