diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index 1385071..00ba4f3 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -14,9 +14,7 @@ jobs: - uses: actions/cache@v1 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- + key: ${{ runner.os }}-pip-${{ hashFiles('src/requirements.txt') }} - name: Kedro uses: WaylonWalker/kedro-action@develop with: