diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index 7e1dc7a..d1127f3 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -16,6 +16,12 @@ 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: