diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 144cab853..c5e35714b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: python-version: "3.9" - name: Cache Python dependencies - uses: actions/cache@v2 - with: + uses: actions/cache@v2 + with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -85,8 +85,8 @@ jobs: python-version: "3.9" - name: Cache dependencies - uses: actions/cache@v2 - with: + uses: actions/cache@v2 + with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}