From 9a1386c14e40223789d0ce23128a0b4ef5e9dee0 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 29 Mar 2020 10:48:15 -0500 Subject: [PATCH] Update kedro-action.yml --- .github/workflows/kedro-action.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index e81d8ae..250e482 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -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