Compare commits

..

10 commits

Author SHA1 Message Date
Waylon Walker
b416882a3e
Update kedro-action.yml 2020-03-29 11:09:45 -05:00
Waylon Walker
39648d5285
Update kedro-action.yml 2020-03-29 11:03:05 -05:00
Waylon Walker
4e9c3bca7e
Update kedro-action.yml 2020-03-29 10:54:58 -05:00
Waylon Walker
9a1386c14e
Update kedro-action.yml 2020-03-29 10:48:15 -05:00
Waylon Walker
0fff098609
find pip packages 2020-03-29 10:42:53 -05:00
Waylon Walker
83e8f17390
find where pip packages are 2020-03-29 10:38:33 -05:00
Waylon Walker
58ccf235bd
Update README.md 2020-03-29 10:29:22 -05:00
Waylon Walker
b0d13da4e8
Update kedro-action.yml 2020-03-29 10:25:14 -05:00
Waylon Walker
89b17bc502
Trigger Action 2020-03-29 10:22:02 -05:00
Waylon Walker
582778a80e
Trigger action 2020-03-29 10:18:50 -05:00

View file

@ -1,8 +1,8 @@
name: kedro
on:
push
watch:
types: [ started ]
jobs:
kedro:
@ -11,15 +11,8 @@ 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:
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
# verbose: true