From 192c634fa99f8c38edd35e7361b71e29712d8ecc Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 1 Mar 2020 19:12:53 -0600 Subject: [PATCH] Delete kedro.yml --- .github/workflows/kedro.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/kedro.yml 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'