diff --git a/.github/workflows/kedro.yml b/.github/workflows/kedro.yml deleted file mode 100644 index 209387a..0000000 --- a/.github/workflows/kedro.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: kedro - -on: - push: - branches: - - master - -jobs: - kedro: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@master - - name: Kedro - uses: WaylonWalker/kedro-action@0.0.8 - with: - python_version: '3.7.0'